|
|
|
|
|
by kaba0
828 days ago
|
|
User-mode implementations are very easy to get wrong (you might accidentally call a blocking operation where you shouldn’t), and have indecipherable stack traces. How is Loom’s API bad? It literally reuses basically everything you know about Threads, seamlessly. Also, Java has the luxury that almost no code makes use of FFI, so their impact is minimal. |
|