Module executor

Source

Structs§

DefaultExecutor
DefaultJoinHandle
Default implementation of the JoinHandle using tokio

Traits§

Executor
JoinHandle
Handle can be awaited to get the success status of the task. The handle is primarily needed to propagate background task error back to SF.
LocalJoinHandle
Handle can be awaited to get the success status of the task. The handle is primarily needed to propagate background task error back to SF.