librust-blocking-dev binary package in openKylin Nile V2.0 riscv64
blocking provides a thread pool
for isolating blocking I/O in async programs.
.
Sometimes there's no way to avoid blocking I/O.
Consider files or stdin,
which have weak asyncronous support on modern operating systems.
While IOCP, AIO, and io_uring are possible solutions,
they're not always available or ideal.
.
Since blocking is not allowed inside futures,
we must move blocking I/O onto a special thread pool
provided by this crate.
The pool dynamically spawns and stops threads
depending on the current number of running I/O jobs.
.
This package contains the source
for the Rust blocking crate,
packaged for use with cargo and dh-cargo.
Publishing history
Date | Status | Target | Component | Section | Priority | Phased updates | Version | ||
---|---|---|---|---|---|---|---|---|---|
2024-06-24 01:32:17 UTC | Published | openKylin Nile V2.0 riscv64 | release | main | rust | Optional | 1.4.0-ok1 | ||
|
|||||||||
2024-06-07 20:20:23 UTC | Published | openKylin Nile V2.0 riscv64 | proposed | main | rust | Optional | 1.4.0-ok1 | ||
|
|||||||||
2024-06-07 20:20:23 UTC | Superseded | openKylin Nile V2.0 riscv64 | proposed | main | rust | Optional | 1.3.0-ok1 | ||
|
|||||||||
2024-06-24 01:33:51 UTC | Superseded | openKylin Nile V2.0 riscv64 | release | main | rust | Optional | 1.3.0-ok1 | ||
|