s2e-systems / dust-dds

Rust implementation of the Data Distribution Service (DDS)
Apache License 2.0
82 stars 10 forks source link

Replace Tokio by own minimal executor #308

Closed jrebelo closed 2 months ago

jrebelo commented 2 months ago

Replace Tokio runtime by a custom minimal executor to avoid the overhead introduced by the Tokio runtime and decrease compilation time.