Skip to main content

BuildSender

Type Alias BuildSender 

Source
pub type BuildSender = Sender<BuildRequest>;
Expand description

Sender half: TPC core sends build requests to the builder thread.

Aliased Typeยง

pub struct BuildSender { /* private fields */ }