Skip to content

Commit

Permalink
Sequential
Browse files Browse the repository at this point in the history
- Added missing import
  • Loading branch information
deavmi committed Oct 1, 2023
1 parent b0302e0 commit 3a7989d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/guillotine/providers/sequential.d
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ public final class Sequential : Provider
this.mutex.lock();

// Sleep till awoken for an enqueue
import std.stdio;
writeln("Worker wait...");
bool b = event.wait(dur!("msecs")(10));
writeln("Worker wait... [done] ", b);
Expand Down

0 comments on commit 3a7989d

Please sign in to comment.