We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223328a commit 0ecefb1Copy full SHA for 0ecefb1
spawns/src/lib.rs
@@ -1,8 +1,8 @@
1
//! `spawns` proposes thread context task spawner to ease async runtime agnostic coding.
2
//!
3
//! It introduces few concepts for async runtimes to setup thread context task spawner:
4
-//! * `Spawn` trait to spawn task.
5
-//! * `enter()` to enter spawn scope.
+//! * [Spawn] trait to spawn task.
+//! * [enter()] to enter spawn scope.
6
7
//! With above, `spawns` provides [spawn()] and [JoinHandle] to spawn and join tasks.
8
0 commit comments