next
|
previous
|
forward
|
backward
|
up
|
top
|
index
|
toc
|
Macaulay2 website
Macaulay2Doc
>
The Macaulay2 language
>
parallel programming with threads and tasks
>
setIOUnSynchronized
setIOUnSynchronized -- unsynchronized I/O for threads
Synopsis
Usage:
setIOUnSynchronized()
Consequences:
threads are permitted to use the files
stdio
and
stderr
in an unregulated manner
See also
parallel programming with threads and tasks
setIOSynchronized
-- synchronized I/O for threads
setIOExclusive
-- exclusive I/O for the current thread
For the programmer
The object
setIOUnSynchronized
is
a
compiled function
.