fix regression from b6eb4048

master
Andrew Kelley 2018-07-09 23:41:28 -04:00
parent 1b82a9defc
commit b5cfbfd84e
1 changed files with 1 additions and 0 deletions

View File

@ -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