[−][src]Module smartpool::scoped
Structs
| Scope | A handle to a batch of scoped operations, which allow non-static futures to be wrapped into static futures, which prevent this the batch stack frame from exiting until they complete. |
Functions
| scoped⚠ | Enter a batch of scoped operations, which allows non-static futures (which reference the stack frame) to be submitted to a threadpool in a memory-safe way, by preventing the calling stack frame from exiting until all futures in this scoped batch are completed. |