This website requires JavaScript.
Explore
Help
Sign In
tokio-rs
/
tokio
Watch
1
Star
0
Fork
0
mirror of
https://github.com/tokio-rs/tokio.git
synced
2026-09-06 00:00:10 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5cd8b5823ee600cde4b0fe3475a8ab3abc165a36
tokio
/
tokio-util
/
src
/
loom.rs
T
6 lines
85 B
Rust
Raw
Normal View
History
Unescape
Escape
WIP make loom work in tokio-util
2023-07-06 16:34:59 +02:00
#[cfg(not(loom))]
sync: move CancellationToken to tokio-util (
#2721
)
2020-08-23 08:45:52 -07:00
pub
(
crate
)
use
std
::
sync
;
WIP make loom work in tokio-util
2023-07-06 16:34:59 +02:00
#[cfg(loom)]
pub
(
crate
)
use
loom
::
sync
;
Reference in New Issue
Copy Permalink