Structsยง
- Current
Thread Iterator - An iterator that wraps up a stream to drive it using the current thread executor.
- Current
Thread Runtime - 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.
- Thread
Safe Iterator - An iterator that drives a stream from multiple threads.