zig/lib/std/event
Andrew Kelley 7f7e2d608a Revert "revert adding std.event.Loop.runDetached"
This reverts commit 70f3767903.

After discussion, I can see the value provided here, specifically with
avoiding the footgun of defer { suspend { free(@frame()); } }.

However the doc comments are updated to explain the semantics directly,
rather than basing them on the behavior of another programming language.
2020-10-05 14:41:51 -07:00
..
batch.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
channel.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
future.zig Fix std.event.Future 2020-09-29 11:18:35 +02:00
group.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
lock.zig Fix std.event.Future 2020-09-29 11:18:35 +02:00
locked.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
loop.zig Revert "revert adding std.event.Loop.runDetached" 2020-10-05 14:41:51 -07:00
rwlock.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
rwlocked.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00