Added the thread_create/1 built-in predicate specified in the ISO standardization proposal.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1904 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -10628,6 +10628,13 @@ data from their stacks.
|
||||
|
||||
Create a new Prolog thread using default options. See @code{thread_create/3}.
|
||||
|
||||
@item thread_create(:@var{Goal})
|
||||
@findex thread_create/1
|
||||
@snindex thread_create/1
|
||||
@cnindex thread_create/1
|
||||
|
||||
Create a new Prolog detached thread using default options. See @code{thread_create/3}.
|
||||
|
||||
@item thread_self(-@var{Id})
|
||||
@findex thread_self/1
|
||||
@snindex thread_self/1
|
||||
|
Reference in New Issue
Block a user