Skip to content

Add support for collecting objects from a pool#15

Open
progval wants to merge 1 commit intoCJP10:masterfrom
progval:into_iter
Open

Add support for collecting objects from a pool#15
progval wants to merge 1 commit intoCJP10:masterfrom
progval:into_iter

Conversation

@progval
Copy link

@progval progval commented Mar 3, 2026

This is similar to ThreadLocal and is useful, for example, when objects in the pool are writers that need to be flushed at the end.

This is similar to [ThreadLocal](https://docs.rs/thread_local/latest/thread_local/struct.ThreadLocal.html#impl-IntoIterator-for-ThreadLocal%3CT%3E) and is useful, for example, when objects in the pool are writers that need to be flushed at the end.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant