Is concurrency supported?
what exactly do you mean by ‘concurrency’ ? F#’s async workflows are supported. Not sure how this is implemented behind the covers - I guess it get’s compiled to JS promises.
Good point. I guess I meant parallelism instead.
https://stackoverflow.com/questions/1050222/what-is-the-diff...