ashtneoi

Results 2 issues of ashtneoi

I'm using fiber_scheduler 0.13.0. Here's my code: ```ruby require 'fiber_scheduler' Fiber.set_scheduler FiberScheduler.new Fiber.schedule do t = Thread.new do end t.join 3 end ``` Sometimes `t.join 3` returns quickly, which is...

## Summary When I run `concourse web --help` or `concourse worker --help` to view the help text, the option column is extremely wide and the explanation column is so narrow...

bug
wontfix