|
|
|
|
|
by maaaats
4449 days ago
|
|
It's a "well-used language" in academic contexts, but probably not exactly an answer to your question ;) Anyways, in OZ[1] you can just add thread <x> end around code x, and it's concurrent. It will wait for all bindings to be resolved before continuing. It's a pretty cool language with a lot of paradigms one can easily try out. [1] http://en.wikipedia.org/wiki/Oz_%28programming_language%29#D... |
|