Skip to content

Commit 0ecefb1

Browse files
committed
Minor change to link references in rust doc
1 parent 223328a commit 0ecefb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spawns/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//! `spawns` proposes thread context task spawner to ease async runtime agnostic coding.
22
//!
33
//! 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.
4+
//! * [Spawn] trait to spawn task.
5+
//! * [enter()] to enter spawn scope.
66
//!
77
//! With above, `spawns` provides [spawn()] and [JoinHandle] to spawn and join tasks.
88
//!

0 commit comments

Comments
 (0)