
thread_create(+Goal, -Thread)

   Create a DTR-thread with default options

Arguments
   Goal                A callable term
   Thread              Output: a handle for the created DTR-thread

Type
   library(threads)

Description

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


Modes and Determinism
   thread_create(+, -) is det

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

See Also
   thread_create / 3, engine_create / 2
