Search
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby
All Projects
Ruby
Overview
Activity
Roadmap
Issues
Repository
Like
«
Previous
|
Next
»
Revision cf59e147
Added by
ko1 (Koichi Sasada)
over 5 years
ago
ID
cf59e1476d01be27dc88cbee5f6c6cf87f007043
Parent
fa1bf8ab
Child
efd4a11a
fix a thread test.
Use Queue for synchronization.
Don't use
sleep 0.2
and use
th.join
because created thread
can raise an exception after 0.2 seconds.
Loading...
fix a thread test.
sleep 0.2
and useth.join
because created threadcan raise an exception after 0.2 seconds.