Docs.rs
workflow-core-0.3.6
workflow-core 0.3.6
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
aspect
surinder83singh
Dependencies
borsh ^0.10.0
normal
cfg-if ^1.0.0
normal
workflow-core-macros ^0.3.6
normal
tokio ^1.24.2
normal
async-channel ^1.8.0
normal
async-std ^1.12.0
normal
bs58 ^0.4.0
normal
futures ^0.3.25
normal
getrandom ^0.2.8
normal
instant ^0.1.12
normal
rand ^0.8.5
normal
serde ^1.0.152
normal
thiserror ^1.0.38
normal
triggered ^0.1.2
normal
js-sys ^0.3.61
normal
wasm-bindgen ^0.2.83
normal
wasm-bindgen-futures ^0.4.33
normal
Versions
47.06%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Module trigger
Structs
Functions
?
Module
workflow_core
::
trigger
source
·
[
−
]
Expand description
trigger re-exports and shims
Structs
Listener
A struct used to wait for a trigger event from a
Trigger
.
ReqRespTrigger
Bi-directional trigger meant to function in request/response fashion
SingleTrigger
Wrapper containing a single Trigger instance
Trigger
A struct used to trigger
Listener
s it is paired with.
Functions
trigger
Returns a
Trigger
and
Listener
pair bound to each other.