Module tokio

Module tokio 

Source
Expand description

Tokio-based runner for executing workloads with real networking and timing.

This module provides TokioRunner, which executes the same workloads as SimulationBuilder but using real Tokio implementations instead of simulated ones. This validates that workloads behave correctly in real-world conditions.

Structsยง

TokioReport
Report generated after running workloads with TokioRunner.
TokioRunner
Builder for executing workloads with real Tokio implementations.
TokioWorkload
A registered workload that can be executed with real Tokio providers.