Shanos (Stefan Schulz)
- Login: Shanos
- Email: schulz.stefan.mail2@gmail.com
- Registered on: 10/31/2015
- Last sign in: 10/31/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
10/31/2015
-
01:51 PM Ruby Bug #11642 (Rejected): Thread List Example - Wrong Output
- http://ruby-doc.org/core-1.9.3/Thread.html
list → array click to toggle source
Returns an array of Thread objects for all threads that are either runnable or stopped.
~~~ruby
Thread.new { sleep(200) }
Thread.new { 1000000.times ...