Simon Cruanes
61f17fa6ce
better exporter/emitter combinators; better cleanup (now shutdown)
2026-01-20 00:15:19 -05:00
Simon Cruanes
6e3f7e5dc2
client eio: fixes
2026-01-20 00:15:18 -05:00
Simon Cruanes
8de53d997b
refactor eio client
2026-01-20 00:15:17 -05:00
Simon Cruanes
ebed5d7ce8
wip: various fixes
2026-01-20 00:15:13 -05:00
Simon Cruanes
a33c57a46e
wip: refactor
2026-01-20 00:15:11 -05:00
Simon Cruanes
8290b9bd81
fix warnings
2025-12-01 20:32:04 -05:00
Shon Feder
474d43bdad
Use domain ID instead of thread ID in Eio collector
...
Eio programs are not generally expected to use threads for concurrency,
but they may well use different domains which we'd want to track during
debugging.
2025-09-07 23:25:25 -04:00
Shon Feder
ddbdc80d57
make Eio collector thread safe
...
The backend cannot take a switch, because switches cannot be shared
across domains, but the backend is accessed across domains from a global
variable.
2025-08-01 13:56:50 -04:00
Shon Feder
7cdadfaeeb
Fix exception message
2025-08-01 13:56:50 -04:00
Shon Feder
7746c871c2
Add Eio collector
2025-07-12 00:30:31 -04:00