Suspend background processes while writing to shared data structures

This commit is contained in:
Alessandro Ranellucci 2014-06-13 23:27:52 +02:00
parent 6eec3440cc
commit 829bfeabe8
2 changed files with 35 additions and 2 deletions

View file

@ -19,6 +19,7 @@ my %prereqs = qw(
Scalar::Util 0
Test::Harness 0
Test::More 0
Thread::Semaphore 0
IO::Scalar 0
Time::HiRes 0
);