[ library(threads) | Reference Manual | Alphabetic Index ]

thread_create(+Goal, -Thread)

Create a DTR-thread with default options
Goal
A callable term
Thread
Output: a handle for the created DTR-thread

Description

Equivalent to thread_create(Goal, Thread, []).

Modes and Determinism

Modules

This predicate is sensitive to its module context (tool predicate, see @/2).

See Also

thread_create / 3, engine_create / 2