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