socketry / io-event

MIT License
66 stars 15 forks source link

Fix potential race conditions in `io_uring` backend. #70

Closed ioquatix closed 1 year ago

ioquatix commented 1 year ago

Rework the URing backend to use reference counted waiting nodes, this avoids any potential race condition in CQE processing.

Types of Changes

Contribution