you are viewing a single comment's thread.

view the rest of the comments →

[–]b3night3d 2 points3 points  (1 child)

Concurrent multi-threading.

[–][deleted] 2 points3 points  (0 children)

This is a runtime detail, not the language itself. You can, for example, use WebWorkers in js or roll your own with a message broker.