Closed
Description
The AioCb
structure contains a reference (actually just a PhantomData) to a slice. This makes it impossible to use in situations where the borrow checker can't prove that the slice will outlive the AioCb
, such as with Tokio. There should be a way to create AioCb
s that use reference counted buffers instead.