We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Updated Concurrency in jruby (markdown)
Fix headers formatting
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