|
|
|
|
|
by DaiPlusPlus
1976 days ago
|
|
Is than an OS thread or a Loom-thread though? If it’s an OS thread, then that won’t scale and defeats the point of using Loom (though it does still reduce the overall system load). If it’s a Loom-thread then doing `.join()` is the same thing as doing an `await` - in which case it’s silly to not just have a `.dontJoinJustYet()` method that’s available for every Loom promise. |
|