Docs.rs
iris-core-1.1.5
iris-core 1.1.5
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
itszzl-sudo
Dependencies
tokio ^1
normal
winit ^0.30
normal
wasm-bindgen ^0.2
normal
web-sys ^0.3
normal
Versions
100%
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
Module runtime
iris_
core
1.1.5
Module runtime
Module Items
Functions
In crate iris_
core
iris_core
Module
runtime
Copy item path
Source
Expand description
Iris 异步运行时封装
基于 Tokio 的多线程运行时,提供跨平台的异步任务调度。 主模块逻辑已内联在
crate::Context
中,此模块提供额外工具函数。
Functions
§
block_
on
在 Iris 运行时句柄上阻塞执行一个异步任务。
spawn
在 Iris 运行时句柄上 spawn 一个异步任务。