mirror of
https://github.com/ParkerTenBroeck/coroutines.git
synced 2026-06-07 05:08:51 -04:00
added more async networking features
This commit is contained in:
parent
7bb3547cda
commit
f715506ace
8 changed files with 268 additions and 80 deletions
|
|
@ -32,7 +32,7 @@ public class Main implements Runnable {
|
|||
// }
|
||||
// }
|
||||
|
||||
Object simple_async_rt(Future<?> fut){
|
||||
Object simple_async_rt(Future<?, RuntimeException> fut){
|
||||
final var waker = new Waker(){
|
||||
@Override
|
||||
public void wake() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue