free_mutant/spec
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
..
integration/mutant Fine grained rspec integration 2014-12-01 22:43:28 +00:00
shared Skip method subjects defined in blocks 2014-09-16 21:07:26 +00:00
support Fix actor race condition 2014-12-06 04:37:20 +00:00
unit Fix actor race condition 2014-12-06 04:37:20 +00:00
integrations.yml Add axiom to corpus test and add noinstall option 2014-07-11 23:00:15 +00:00
rcov.opts Add method matcher infrastructure 2012-07-23 22:54:35 +02:00
spec_helper.rb Use actor based parallelization 2014-11-30 23:11:01 +00:00