aboutsummaryrefslogtreecommitdiff
path: root/lib/std/event
AgeCommit message (Expand)Author
2021-06-21fix code broken from previous commitJacob G-W
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-06-13std.windows: fix `OVERLAPPED`, add `OVERLAPPED_ENTRY`viri
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-04-24Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-24stage1: Require a block after suspendLemonBoy
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2021-02-28std: Swap arguments in Thread.spawnLemonBoy
2021-02-24zig fmt the std libAndrew Kelley
2021-02-21fix race condition in linuxWaitFdBill Nagel
2021-01-14organize std lib concurrency primitives and add RwLockAndrew Kelley
2021-01-11std.event.Loop: fix race condition when starting the time wheelAndrew Kelley
2020-12-31Year++Frank Denis
2020-12-28Update event loop sendto error to SendToErrorfrmdstryr
2020-12-26std.event.Loop: fix regression with ResetEventAndrew Kelley
2020-11-16linuxWaitFd: make NetworkSubsystemFailed error unreachableheidezomp
2020-11-01Add missing argfrmdstryr
2020-10-27std/event: fix zig fmt regressionIsaac Freund
2020-10-27std/event: fix poll error set handlingIsaac Freund
2020-10-17Merge branch 'openbsd-minimal' of https://github.com/semarie/zig into semarie...Andrew Kelley
2020-10-17Merge branch 'master' into openbsd-minimalSebastien Marie
2020-10-17Make std.meta.Int accept a signedness parameterJan Prudil
2020-10-14Merge pull request #6655 from kprotty/timersAndrew Kelley
2020-10-14Event Channel: updated linked list node initialization (#6652)Matthew Knight
2020-10-12Rename .macosx to .macosVignesh Rajagopalan
2020-10-11Add more comments & cleanup AutoResetEventkprotty
2020-10-11fix DelayQueue typoskprotty
2020-10-11integrate std.time.sleep with the event loopkprotty
2020-10-11add minimal openbsd supportSébastien Marie
2020-10-07add WaitGroup to std.eventLoris Cro
2020-10-05Revert "revert adding std.event.Loop.runDetached"Andrew Kelley
2020-10-03revert adding std.event.Loop.runDetachedAndrew Kelley
2020-10-01std.event.Loop.runDetached should be pubAlexandros Naskos
2020-10-01Merge pull request #6455 from kristoff-it/event-loop-goAlexandros Naskos
2020-09-29add runDetached to event loopLoris Cro
2020-09-29Fix std.event.FutureLoris Cro
2020-09-28address some review changeskprotty
2020-09-27new std.event.Lock implementationkprotty
2020-09-25Merge pull request #6412 from kristoff-it/generalize-event-loopAndrew Kelley
2020-09-24I think this test is still flakeyAndrew Kelley
2020-09-24recvfromLoris Cro
2020-09-24sendtoLoris Cro
2020-09-24pwritevLoris Cro
2020-09-24pwriteLoris Cro
2020-09-24writevLoris Cro
2020-09-24writeLoris Cro
2020-09-24preadvLoris Cro
2020-09-24preadLoris Cro
2020-09-24readvLoris Cro