Function bui_backend::lowlevel::launcher

source ·
pub fn launcher<CB>(
    config: Config,
    auth: &AccessControl,
    channel_size: usize,
    events_prefix: &str,
    raw_req_handler: Option<RawReqHandler>,
    callback_handler: Box<dyn Send + CallbackHandler<Data = CB>>
) -> (Receiver<NewEventStreamConnection>, BuiService<CB>)
Expand description

Create a stream of connection events and a BuiService.