zig/lib/std/event
Isaac Freund 486a774e5f std: add option to use single-threaded event loop
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
2020-09-10 15:40:38 -04:00
..
batch.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
channel.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
future.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
group.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
lock.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
locked.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
loop.zig std: add option to use single-threaded event loop 2020-09-10 15:40:38 -04:00
rwlock.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
rwlocked.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00