libssh2-0.2.0.2: FFI bindings to libssh2 SSH2 client library (http://libssh2.org/)

Safe HaskellNone

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