|
|
|
|
|
by Ironlink
2053 days ago
|
|
"Cannot" seems a bit harsh. CompletableFuture isn't going away, and is made for callback situations. With green threads being "free" (you can have millions), it might be reasonable to just block your green thread until the callback arrives. |
|