Jump to content

Synchronous concurrency: Difference between revisions

m
Added comment for two synchronous tasks
(Added PicoLisp)
m (Added comment for two synchronous tasks)
Line 814:
(println X) # Else print line to stdout
(inc 'Cnt) ) ) ) ) # and increment count</lang>
If the two cases of 'sigio' in the printing task are replaced with 'task',
that task would also be synchronous. The resulting behavior is the same.
 
=={{header|Python}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.