|
|
|
|
|
by nsaje
2026 days ago
|
|
If I understand correctly this is to Java what Gevent/Eventlet are to Python. Asynchronous execution without having to write asynchronous code. I've been doing this in Python for a long time and I love it, even though it can lead to some hard-to-debug issues (due to monkeypatching). |
|