Commit 90bee1d
committed
Lazy Timing and Async Sockets
- move poll-tasks polling function from stream to regular function
- timers no longer interact with the reactor and are evaluated on each loop
- async operations that interact with the reactor do so by registering with the global Reactor
- Added Global reactor
- Added asynchronous socket connection
- removed current example files, they will be introduced later1 parent c5da132 commit 90bee1d
File tree
14 files changed
+171
-2668
lines changed- examples/timers
- timer-host
- src
- timer-wasm
- src
- wit
- src
- io
14 files changed
+171
-2668
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| |||
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
20 | | - | |
| 23 | + | |
0 commit comments