# one thread, one mutex (no contention) require 'thread' m = Mutex.new r = 0 max = 2000 lmax = max * max (1..1).map{ Thread.new{ i = 0 while i cgit logo index : ruby.git
The Ruby Programming Language
summaryrefslogtreecommitdiff
path: root/tool/colorize.rb
AgeCommit message (Expand)Author
2017-10-14distinguish pass and fail by highlight [ci skip]nobu
2017-06-15make-snapshot: colorize [ci skip]nobu
2017-04-21ext/extmk.rb: colorize notes [Feature #13302]nobu