aboutsummaryrefslogtreecommitdiff
path: root/std/event.zig
AgeCommit message (Expand)Author
2018-08-02WIP: Channel.getOrNullAndrew Kelley
2018-08-01add std.event.RwLock and a few more std changesAndrew Kelley
2018-07-30introduce std.event.fs for async file system functionsAndrew Kelley
2018-07-11std.event.Future: workaround in tests for llvm coro memoryAndrew Kelley
2018-07-11add std.event.FutureAndrew Kelley
2018-07-10introduce std.event.Group for making parallel async callsAndrew Kelley
2018-07-09organize std.event into directoriesAndrew Kelley
2018-07-09better workaround for guaranteeing memory in coroutine frameAndrew Kelley
2018-07-09fix regression on macosAndrew Kelley
2018-07-09std.event.Loop multithreading for windows using IOCPAndrew Kelley
2018-07-09implement std.os.cpuCount for windowsAndrew Kelley
2018-07-09fix regressions on linuxAndrew Kelley
2018-07-08tests passing with kqueue on macosAndrew Kelley
2018-07-07add std.os.cpuCount and have std.event.Loop use it for thread pool sizeAndrew Kelley
2018-07-07std.event.Loop: use EPOLLONESHOT to save 1 syscallAndrew Kelley
2018-07-07M:N threadingAndrew Kelley
2018-07-02modify std.event.Loop to work for windows and macosAndrew Kelley
2018-07-02add event loop Channel abstractionAndrew Kelley
2018-06-09breaking syntax change: ??x to x.? (#1095)Andrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-30run zig fmt on the codebaseAndrew Kelley
2018-05-26run zig fmt on some of the codebaseAndrew Kelley
2018-05-24update github.com/zig-lang to github.com/ziglangAndrew Kelley
2018-05-10partial conversion to post-fix pointer deref using zig fmtAndrew Kelley
2018-04-09async tcp server proof of conceptAndrew Kelley
2018-04-08basic tcp server working when used with netcatAndrew Kelley
2018-04-08running into the llvm corosplit error againAndrew Kelley
2018-04-08*WIP* async/await TCP serverAndrew Kelley