Hi, @ysbaddaden , could you please help on this question?
this issue come from one long living issue for one of my OS project. procodile.cr, although this shards port by me from it ruby version, but, this is a quite complex shards, especially when porting the usage of IO. select
, the complexity definitely exceeds the examples in our [github issue example](Remove IO.select by RX14 · Pull Request #4392 · crystal-lang/crystal · GitHub -300141926)
This raises a problem, IO. select
has been removed, but there is no good(real use and complex) documentation to explain how to convert it into a Fiber non block implementation
Every once in a while, I am try fixing it myself, but no luck, I notice this feature Added and Remove, you are the living participant, could you please give some clue about how to solve this?
The issue is simple, i want to port this code into it Crystal equivalent.
Thank you.