Open
Description
[Placeholder issue to ensure that threading support remains an active high-priority goal]
Crystal doesn't support threading. This is a mistake. Onyx needs to deviate from Crystal in that respect, for both performance reasons and to solve concurrency issues that stem from [a] fibers being sub-optimal in some cases and [b] IO.select
being horribly broken for use in fibers.