stardust-oxide icon indicating copy to clipboard operation
stardust-oxide copied to clipboard

Rust-based Unikernel

Results 3 stardust-oxide issues
Sort by recently updated
recently updated
newest added

`schedule_operation(Command::Block)` yields control but never returns back control even after an event is processed.

To merge https://github.com/StardustOS/stardust-oxide/pull/20 the background task was disabled and a single blocking `request` function is used which internally spins until the response is received. `request` should instead be async and...

Bumps [shlex](https://github.com/comex/rust-shlex) from 1.1.0 to 1.3.0. Changelog Sourced from shlex's changelog. 1.3.0 Full fix for the high-severity security vulnerability RUSTSEC-2024-0006 a.k.a. GHSA-r7qv-8r2h-pg27: Deprecates quote APIs in favor of try_ equivalents...

dependencies