Logtalk reference manual
Entity directive: synchronized/0

synchronized/0

Description

synchronized

Declares that all object (or category) predicates will be synchronized (i.e. all predicates will use the same mutex for thread synchronization).

Template and modes

synchronized

Examples

:- synchronized.