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
..
2020-09-04 10:17:00 +02:00
2020-09-08 13:04:14 -04:00
2020-09-07 20:44:01 +03:00
2020-09-08 13:00:07 -04:00
2020-09-03 15:05:47 +03:00
2020-09-04 05:15:03 +03:00
2020-08-22 12:45:29 -07:00
2020-09-04 12:48:36 +02:00
2020-09-04 22:49:14 +03:00
2020-08-20 16:07:04 -04:00
2020-09-04 05:22:26 +03:00