rustasync / runtime

Empowering everyone to build asynchronous software
https://docs.rs/runtime
Apache License 2.0
862 stars 28 forks source link

Uds datagram #52

Closed yoshuawuyts closed 4 years ago

yoshuawuyts commented 5 years ago

Description

Implementes Unix datagram

Motivation and Context

Closes #11.

todo

Types of changes

sdroege commented 5 years ago

Generally looks good to me but something for socket pairs would be useful to have :) Thanks for working on this!