Module reth_node_core::rpc::eth::helpers::blocking_task

Expand description

Spawns a blocking task. CPU heavy tasks are executed with the rayon library. IO heavy tasks are executed on the tokio runtime.

Traitsยง