|
|
|
|
|
by afiori
2267 days ago
|
|
The parallel case with async functions should be a long running computation that does not contain any yield point, so that it cannot be suspended easily. I remember that it is possible to construct (contrived) examples of this also in Erlang. |
|