Skip to main content

emit

Function emit 

Source
pub fn emit(
    tx: &Option<ProgressSender>,
    request_id: &str,
    seq: &mut u64,
    event: ProgressEventKind,
)
Expand description

Convenience helper: emit a progress event, silently ignoring send errors (which occur when no receivers are listening).