vincenthz / hs-connection

simple client connection library in haskell with builtin features: SSL/TLS, SOCKS, session management.
Other
61 stars 48 forks source link

Wait for data with a timeout #19

Closed surr closed 7 years ago

surr commented 9 years ago

I am looking for hWaitForInput-like function to implement IMAP IDLE over secure connection. Is there a function to wait for data with a timeout?