Updated Concurrency in jruby (markdown)
Remove warning about already fixed issue (ivar lost updates)
thread_safe has been merged into concurrent-ruby
atomic gem has been merged into concurrent-ruby
Some rewording and cleanup
Add notes about ivar volatility and a description of how we currently implement it.
jruby 1.7 is out
Add missed bracket
Updated Concurrency in JRuby (markdown)
Add an index
clarify races in runtime-level data structures
Add one more note about autoload protection. The protection is from 1.7.
Removed 'require' restriction of 1.8 mode. Only one Thread can require a file in the same time both in 1.8/1.9 modes.
Update the sentence for atomicity of autoload. It's from JRuby 1.7.
Edit headings to ensure stdlib warnings are obvious.
syntax hl
tyop