judah / haskeline

A Haskell library for line input in command-line programs.
https://hackage.haskell.org/package/haskeline
BSD 3-Clause "New" or "Revised" License
221 stars 75 forks source link

Drop read thread #172

Open bgamari opened 1 year ago

bgamari commented 1 year ago

Previously we would read events from the console in a separate thread which would be killed after the needed event was read. There are a few issues with this approach: