This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Add lifetime parameterization to async IPC reader #850
Labels
no-changelog
Issues whose changes are covered by a PR and thus should not be shown in the changelog
Currently the async IPC reader (
io::ipc::read::stream_async::AsyncStreamReader
) has a'static
lifetime. It would be more ergonomic to parameterize its lifetime:The text was updated successfully, but these errors were encountered: