Module current

Module current 

Source

Structsยง

CurrentThreadIterator
An iterator that wraps up a stream to drive it using the current thread executor.
CurrentThreadRuntime
A current thread runtime allows users to explicitly drive Vortex futures from multiple worker threads that they manage. This is useful in environments where the user already has a thread pool and wants to integrate Vortex into that pool, for example query engines.
ThreadSafeIterator
An iterator that drives a stream from multiple threads.