rust-lightning/lightning-background-processor
Matt Corallo aa4c6f6418 Make background-processor no-std-friendly (ish)
This makes `background-processor` build without `std` at all. This
isn't particularly useful in the general no-std case as
`background-processor` is only useful with the `futures` feature,
and async will generally need `std` in some way or another. Still,
it ensures we don't end up reintroducing a dependency on the
current time, which breaks `wasm` use-cases.
2023-01-17 20:38:07 +00:00
..
src Make background-processor no-std-friendly (ish) 2023-01-17 20:38:07 +00:00
Cargo.toml Make background-processor no-std-friendly (ish) 2023-01-17 20:38:07 +00:00