libssh2-0.2.0.8: FFI bindings to libssh2 SSH2 client library (http://libssh2.org/)
Safe HaskellNone
LanguageHaskell2010

Network.SSH.Client.LibSSH2.WaitSocket

Description

Block until a read or write operation on a socket would succeed

On most platforms this uses threadWaitRead or threadWaitWrite, but on Windows we need to do something different.

See http://hackage.haskell.org/trac/ghc/ticket/5797.

Documentation