10.1 Creating and destroying Prolog threads
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Multithreaded applications
Creating and destroying Prolog threads
thread_create/2
thread_create/3
thread_self/1
thread_join/1
thread_join/2
thread_alias/1
thread_detach/1
thread_exit/1
thread_initialization/1
thread_at_exit/1
thread_setconcurrency/2
thread_affinity/3
Packages
Availability:
built-in
thread_create
(
:Goal, -Id
)
Shorthand for
thread_create(Goal, Id, [])
. See
thread_create/3
.