⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby master
All Projects
Ruby
»
Ruby master
Overview
Activity
Roadmap
Issues
Repository
Like
Download (170 Bytes)
Bug #6634
» reduced.rb
Reduced testcase -
meh. (meh. I don't care)
, 06/26/2012 01:59 AM
#! /usr/bin/env ruby
require
'thread'
mutex
=
Mutex
.
new
cond
=
ConditionVariable
.
new
thread
=
Thread
.
new
{
mutex
.
synchronize
{
cond
.
wait
(
mutex
)
}
}
thread
.
join
« Previous
1
2
3
4
5
6
Next »
(3-3/6)
Loading...