[ library(threads) | Reference Manual | Alphabetic Index ]
thread_create(+Goal)
Create a detached DTR-thread with default options
- Goal
- A callable term
Description
Equivalent to thread_create(Goal, _, [detached(true)]).
Modes and Determinism
Modules
This predicate is sensitive to its module context (tool predicate, see @/2).
See Also
thread_create / 3, engine_create / 2