<FromGitter>
<Yam76> Thanks for the response. Any idea of how far along it is? I had a hard time telling its progress from the Issues.
<FromGitter>
<Blacksmoke16> it's in a useable state, but most of the stdlib isn't thread safe
<FromGitter>
<Blacksmoke16> so depending on your exact use case, it could work fine, or not
<FromGitter>
<Yam76> Awesome, thank you for the help.
<FromGitter>
<grkek> Hi @jrei:matrix.org I am quite busy, didn't have time to come here, its good to see familiar faces
ur5us_ has quit [Ping timeout: 252 seconds]
hightower3 has quit [Ping timeout: 265 seconds]
ur5us_ has joined #crystal-lang
notzmv has quit [Read error: Connection reset by peer]
ur5us_ has quit [Ping timeout: 268 seconds]
deavmi has quit [Quit: No Ping reply in 180 seconds.]
deavmi has joined #crystal-lang
hightower2 has joined #crystal-lang
<hightower2>
Hey let's say I have a loop that should block trying to read from 2 IOs (whichever has something first). What's the optimal way to do this?