
thread_create(+Goal)

   Create a detached DTR-thread with default options

Arguments
   Goal                A callable term

Type
   library(threads)

Description

    Equivalent to thread_create(Goal, _, [detached(true)]).


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
