Skip to main content

PooledParser

Type Alias PooledParser 

Source
pub type PooledParser = Arc<Mutex<Box<dyn ReasoningParser>>>;
Expand description

Type alias for pooled parser instances. Uses tokio::Mutex to avoid blocking the async executor.

Aliased Typeยง

pub struct PooledParser { /* private fields */ }