Enum script::script_runtime::CommonScriptMsg
source · pub enum CommonScriptMsg {
CollectReports(ReportsChan),
Task(ScriptThreadEventCategory, Box<dyn TaskBox>, Option<PipelineId>, TaskSourceName),
}
Expand description
Common messages used to control the event loops in both the script and the worker
Variants§
CollectReports(ReportsChan)
Requests that the script thread measure its memory usage. The results are sent back via the supplied channel.
Task(ScriptThreadEventCategory, Box<dyn TaskBox>, Option<PipelineId>, TaskSourceName)
Generic message that encapsulates event handling.
Trait Implementations§
source§impl Debug for CommonScriptMsg
impl Debug for CommonScriptMsg
source§impl OpaqueSender<CommonScriptMsg> for Box<dyn ScriptChan + Send>
impl OpaqueSender<CommonScriptMsg> for Box<dyn ScriptChan + Send>
source§fn send(&self, msg: CommonScriptMsg)
fn send(&self, msg: CommonScriptMsg)
Send a message.
source§impl OpaqueSender<CommonScriptMsg> for Sender<MainThreadScriptMsg>
impl OpaqueSender<CommonScriptMsg> for Sender<MainThreadScriptMsg>
source§fn send(&self, msg: CommonScriptMsg)
fn send(&self, msg: CommonScriptMsg)
Send a message.
Auto Trait Implementations§
impl !RefUnwindSafe for CommonScriptMsg
impl Send for CommonScriptMsg
impl !Sync for CommonScriptMsg
impl Unpin for CommonScriptMsg
impl !UnwindSafe for CommonScriptMsg
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> MaybeBoxed<Box<T, Global>> for T
impl<T> MaybeBoxed<Box<T, Global>> for T
source§fn maybe_boxed(self) -> Box<T, Global>
fn maybe_boxed(self) -> Box<T, Global>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert