Docs.rs
exocore-apps-sdk-0.1.26
exocore-apps-sdk 0.1.26
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
appaquet
Dependencies
anyhow ^1.0.86
normal
chrono ^0.4.38
normal
exocore-apps-macros ^0.1.26
normal
exocore-protos ^0.1.26
normal
exocore-store ^0.1.26
normal
futures ^0.3.30
normal
lazy_static ^1.5.0
normal
log ^0.4.22
normal
quote ^1.0.37
normal
thiserror ^1.0.63
normal
tokio ^1.40.0
dev
Versions
29.63%
of the crate is documented
Platform
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
Skip to main content
spawn
exocore_
apps_
sdk
0.1.26
In exocore_
apps_
sdk::
executor
exocore_apps_sdk
::
executor
Function
spawn
Copy item path
Source
pub fn spawn(future: impl
Future
<Output =
()
> + 'static +
Send
)
Expand description
Spawns a task onto the executor.