-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
give_container for arbitrary container builders (#621)
Previously, we'd only support `Session::give_container` for capacity container builders, but there is no reason not to offer it for all builders. Here, we change the definition to apply for all session and buffers. The implementation ensures FIFO order by flushing before pushing a whole prefabricated container. Signed-off-by: Moritz Hoffmann <antiguru@gmail.com>
- Loading branch information
Showing
1 changed file
with
18 additions
and
12 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