Docs.rs
cubecl-common-0.3.0
cubecl-common 0.3.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
nathanielsimard
Dependencies
derive-new ^0.6.0
normal
embassy-futures ^0.1.1
normal
futures-lite ^2.3.0
normal
optional
log ^0.4.22
normal
rand ^0.8.5
normal
serde ^1.0.204
normal
spin ^0.9.8
normal
dashmap ^5.5.3
dev
portable-atomic ^1.9
normal
spin ^0.9.8
normal
getrandom ^0.2.15
normal
web-time ^1.1.0
normal
spin ^0.9.8
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
cubecl_
common
0.3.0
Module future
Module Items
Functions
In crate cubecl_
common
cubecl_common
Module
future
Copy item path
Source
Expand description
Future utils with a compatible API for native, non-std and wasm environments.
Functions
ยง
block_
on
Block until the
future
is completed and returns the result.
catch_
unwind
Tries to catch panics within the future.