chaincodelabs / libmultiprocess

C++ library and code generator making it easy to call functions and reference objects in different processes
MIT License
29 stars 20 forks source link

Add ListenConnections function #15

Closed ryanofsky closed 5 years ago

ryanofsky commented 5 years ago

Handles accepting connections from a listening socket and serving requests. (Existing ServeStream function just serves requests on a single connection.)