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

Creates two items, a sender and a receiver. Where the reader is on the parsing thread and the sender is on the lexer thread

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.