mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-08 14:54:42 +00:00
std.event.Loop does not yet work in single threaded builds. However,
using evented io on a single thread can be very convenient. This commit
allows settind @import("root").event_loop_mode to .single_threaded
in order to allow this without reimplementing the startup code in
start.zig
|
||
|---|---|---|
| .. | ||
| batch.zig | ||
| channel.zig | ||
| future.zig | ||
| group.zig | ||
| lock.zig | ||
| locked.zig | ||
| loop.zig | ||
| rwlock.zig | ||
| rwlocked.zig | ||