socketry / io-event

MIT License
75 stars 16 forks source link

Introduce cancellation support for asynchronous `io_read` and `io_write` operations. #55

Closed ioquatix closed 1 year ago

ioquatix commented 1 year ago

While I'm not sure if there were actually sure if there were any real world use cases hitting this, let's do the best effort to clean up if an exception occurs during an asynchronous read or write operation.

Types of Changes

Contribution