This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian
/
free_mutant
Watch
1
Star
0
Fork
You've already forked free_mutant
0
Code
Releases
Activity
d8e6805206
free_mutant
/
lib
/
mutant
/
version.rb
5 lines
85 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add Mutant::Version and --version flag for CLI Closes #88
2013-08-03 01:44:58 +02:00
module
Mutant
# The current mutant version
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:34:04 +00:00
VERSION
=
'0.7.2'
.
freeze
Add Mutant::Version and --version flag for CLI Closes #88
2013-08-03 01:44:58 +02:00
end
# Mutant
Copy permalink