Logtalk reference manual
Entity directive: threaded/0

threaded/0

Description

threaded

Declares that an object (or a category) supports concurrent calls and asynchronous messages. Any object (or category) containing calls to the built-in multi-threading predicates must contain this directive.

Template and modes

threaded

Examples

:- threaded.