Skip to content

Add support for collecting objects from a pool#15

Merged
CJP10 merged 1 commit intoCJP10:masterfrom
progval:into_iter
Mar 16, 2026
Merged

Add support for collecting objects from a pool#15
CJP10 merged 1 commit intoCJP10:masterfrom
progval:into_iter

Conversation

@progval
Copy link
Contributor

@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.
@CJP10 CJP10 merged commit dd87d71 into CJP10:master Mar 16, 2026
1 check passed
@progval progval deleted the into_iter branch March 17, 2026 06:55
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.

2 participants