DEV Community

Discussion on: What's your favorite tool or library that few others have heard of?

Collapse
 
reqshark profile image
Bent Cardan

dsock protocols:
• a CSP style revamp of UNIX/BSD socket APIs

github.com/sustrik/dsock

The CSP stuff "concurrency by message passing" is built on libdill, another great library for doing more general structured concurrency in c: github.com/sustrik/libdill