Closed nilfit closed 1 year ago
Returning nb::Result allows use of nb::block! and should make the cancellation API easier to use.
nb::Result
nb::block!
errors
warnings
cargo +stable fmt
cargo +stable clippy
CHANGELOG.md
Returning
nb::Result
allows use ofnb::block!
and should make the cancellation API easier to use.Must
errors
orwarnings
.cargo +stable fmt
was run.cargo +stable clippy
yields nowarnings
.CHANGELOG.md
in the proper section.~