Commit b5cfbfd84e

Andrew Kelley <superjoe30@gmail.com>
2018-07-10 05:41:28
fix regression from b6eb4048
1 parent 1b82a9d
Changed files (1)
std
std/event/locked.zig
@@ -1,5 +1,6 @@
 const std = @import("../index.zig");
 const Lock = std.event.Lock;
+const Loop = std.event.Loop;
 
 /// Thread-safe async/await lock that protects one piece of data.
 /// Does not make any syscalls - coroutines which are waiting for the lock are suspended, and