-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
device/queue: add implementations required to obtain QBuffers with st…
…atic lifetime Add the trait implementations allowing to obtain a QBuffer with a static lifetime if requested from a Queue behind a reference-counted container, such as Rc or Arc. This is convenient for use-cases where a QBuffer needs to be kept aside instead of being consumed immediately.
- Loading branch information
Showing
1 changed file
with
64 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters