|
|
|
|
|
by tracker1
37 days ago
|
|
They could still come in a step short of default executor and establish some standard traits/types that are typical across executors. By providing a default, I think you're going to paint yourself into a corner. Maybe have one of two opt-in executors in the box... one that is higher resource like tokio and one that is meant for lower resource environments (like embedded). |
|