bastion-rs / agnostik

Executor Agnostic Runtime that can run your futures with your favourite Executor
https://docs.rs/agnostik
Apache License 2.0
143 stars 11 forks source link

Support local spawning #5

Closed Stupremee closed 4 years ago

Stupremee commented 4 years ago

There should be a trait called LocalAgnostikExecutor that extends AgnostikExecutor but adds a span_local method.