fix regression from b6eb4048
This commit is contained in:
parent
1b82a9defc
commit
b5cfbfd84e
@ -1,5 +1,6 @@
|
|||||||
const std = @import("../index.zig");
|
const std = @import("../index.zig");
|
||||||
const Lock = std.event.Lock;
|
const Lock = std.event.Lock;
|
||||||
|
const Loop = std.event.Loop;
|
||||||
|
|
||||||
/// Thread-safe async/await lock that protects one piece of data.
|
/// 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
|
/// Does not make any syscalls - coroutines which are waiting for the lock are suspended, and
|
||||||
|
Loading…
x
Reference in New Issue
Block a user