sternenseemann / spacecookie

gopher library & server written in Haskell
https://sternenseemann.github.io/spacecookie/
GNU General Public License v3.0
47 stars 5 forks source link

Convert to async if it makes sense #43

Open sternenseemann opened 3 years ago

sternenseemann commented 3 years ago

Seems like we need to introduce an dependency on async for #42, so converting the other threading stuff to async could be interesting.