zig/std/event
Andrew Kelley 66cb75d114
std.Mutex: implement blocking mutexes on linux
closes #1463

Thanks to Shawn Landden for the original pull request.
This commit is based on that code.
2018-10-03 13:19:10 -04:00
..
channel.zig remove `this`. add `@This()`. 2018-09-13 16:34:33 -04:00
fs.zig std lib: flesh out the async I/O streaming API a bit 2018-10-01 10:53:39 -04:00
future.zig remove `this`. add `@This()`. 2018-09-13 16:34:33 -04:00
group.zig remove `this`. add `@This()`. 2018-09-13 16:34:33 -04:00
io.zig std lib (breaking): posixRead can return less than buffer size 2018-10-01 13:50:55 -04:00
lock.zig these all use futex() (inaccurate comments) 2018-09-01 23:52:52 -07:00
locked.zig remove `this`. add `@This()`. 2018-09-13 16:34:33 -04:00
loop.zig std.Mutex: implement blocking mutexes on linux 2018-10-03 13:19:10 -04:00
net.zig update std lib API for I/O 2018-09-30 17:28:35 -04:00
rwlock.zig these all use futex() (inaccurate comments) 2018-09-01 23:52:52 -07:00
rwlocked.zig remove `this`. add `@This()`. 2018-09-13 16:34:33 -04:00