Skip to content

Conversation

marcgurevitx
Copy link
Contributor

Module uds.

API:

s = uds.createServer(path, backlog)
c = s.accept(timeout)
c = uds.connect(path, timeout)
c.send rawData  // or string
rawData = c.receive(bytes, timeout)
c.close
s.close

Review would be super double plus appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant