Jump to content

Concurrent computing: Difference between revisions

m
Removed omits as should be tag defined, removed output as should be task defined, removed comments as language should allow clarity of code.
m (Removed output as should be defined by task.)
m (Removed omits as should be tag defined, removed output as should be task defined, removed comments as language should allow clarity of code.)
Line 1,831:
 
=={{header|zkl}}==
<lang zkl>fcn{println("Enjoy")}.launch(); // thread
fcn{println("Rosetta")}.strand(); // co-op thread
fcn{println("Code")}.future(); // another thread type</lang>
{{out}}
<pre>
Rosetta
Code
Enjoy
</pre>
 
{{omit from|AWK}}
{{omit from|bc}}
{{omit from|Brlcad}}
{{omit from|dc}}
{{omit from|GUISS}}
{{omit from|Lilypond}}
{{omit from|Maxima}}
{{Omit From|Metafont}}
{{omit from|Openscad}}
{{omit from|TI-83 BASIC|Does not have concurrency or background processes.}}
{{omit from|TI-89 BASIC|Does not have concurrency or background processes.}}
{{omit from|TPP}}
{{omit from|Vim Script}}
{{omit from|ZX Spectrum Basic}}
{{omit from|Axe}}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.