aboutsummaryrefslogtreecommitdiff
path: root/std/event/loop.zig
AgeCommit message (Expand)Author
2018-09-12fix zig fmt on windowsAndrew Kelley
2018-09-12windows: std.fs functions support concurrent opsAndrew Kelley
2018-08-10windows: call CancelIo when canceling an fs watchAndrew Kelley
2018-08-08std.event.fs.preadv windows implementationAndrew Kelley
2018-08-08std.event.fs.pwritev windows implementationAndrew Kelley
2018-08-07fix linux regressionsAndrew Kelley
2018-08-07std.event.fs.Watch distinguishes between Delete and CloseWrite on darwinAndrew Kelley
2018-08-07implement std.event.fs.Watch for macosAndrew Kelley
2018-08-07std.event.fs support for macosAndrew Kelley
2018-08-02Merge remote-tracking branch 'origin/master' into async-fsAndrew Kelley
2018-08-02WIP: Channel.getOrNullAndrew Kelley
2018-08-02std/event/loop.zig: remove promise_symbol from suspend and use @handle();kristopher tate
2018-07-30std: file system watching for linuxAndrew Kelley
2018-07-30introduce std.event.fs for async file system functionsAndrew Kelley
2018-07-28make some functions in std.event.Loop publicAndrew Kelley
2018-07-18self-hosted: linking against libcAndrew Kelley
2018-07-18fix build on windowsAndrew Kelley
2018-07-17std.event.Loop.onNextTick dispatches work to waiting threadsAndrew Kelley
2018-07-14self-hosted: adding a fn to an llvm moduleAndrew Kelley
2018-07-13self-hosted: basic IR pass2Andrew Kelley
2018-07-11std.atomic: use spinlocksAndrew Kelley
2018-07-10allow var args calls to async functionsAndrew Kelley
2018-07-09enable basic event loop testAndrew Kelley
2018-07-09organize std.event into directoriesAndrew Kelley