The latest version of reflex-backend-socket is 0.2.0.1-0.
reflex-backend-socket
Version 0.2.0.0 revision 0 uploaded by qfpl.
Package meta
- Synopsis
- Reflex bindings for TCP sockets
- Description
reflex-backend-socket provides functions to handle sockets using Reflex
Event
s. Sending/receiving/waiting/accepting are all performed on background threads.The most important function in this library is
Reflex.Backend.Socket.socket
, which wraps aSocket
to processEvent t ByteString
s.That
Socket
can come from:Reflex.Backend.Socket.Accept.accept
, if you're making a server;Reflex.Backend.Socket.Connect.connect
, if you're making a client; orYour favourite networking library.
- Author
- Dave Laing
- Bug reports
- n/a
- Category
- Network
- Copyright
- (c) 2018-2019, Commonwealth Scientific and Industrial Research Organisation
- Homepage
- n/a
- Maintainer
- dave.laing.80@gmail.com, jack.kelly@data61.csiro.au
- Package URL
- n/a
- Stability
- n/a