Struct tokenizer_lib::ParallelTokenQueue [−][src]
pub struct ParallelTokenQueue;
Expand description
A token queue used for doing lexing and parsing on different threads. Will send tokens between threads
Implementations
Auto Trait Implementations
impl RefUnwindSafe for ParallelTokenQueueimpl Send for ParallelTokenQueueimpl Sync for ParallelTokenQueueimpl Unpin for ParallelTokenQueueimpl UnwindSafe for ParallelTokenQueue