free_mutant/spec/unit/mutant/runner
Markus Schirp d8e6805206 Fix actor race condition
* Use the `ConditionVariable` primitive to fix rece between stopped
  receiver Thread and its wake signal.
* Race was only observable via synthetical benchmarks and explicit
  sleeps between unlocking receiver mutex and Thread.stop
* Simplifies code a lot as thread must not be passed around anymore
2014-12-06 04:37:20 +00:00
..
master_spec.rb Fix actor race condition 2014-12-06 04:37:20 +00:00
scheduler_spec.rb Fine grained rspec integration 2014-12-01 22:43:28 +00:00
worker_spec.rb Fix actor race condition 2014-12-06 04:37:20 +00:00