cuprate/consensus
Boog900 9471ca5d6a
consensus: use a custom spawn function when using rayon in async code.
Before we were using tokio's `spawn_blocking`, which wasn't ideal as this put tasks in a queue to be put on rayon's pool.

Instead, now we create an oneshot and use rayon::spawn.
2023-11-07 23:52:56 +00:00
..
src consensus: use a custom spawn function when using rayon in async code. 2023-11-07 23:52:56 +00:00
Cargo.toml keep track of blockchain context validity internally. 2023-10-31 02:59:31 +00:00