schell / apecs

An asyncronous and pleasant entity-component system for Rust
46 stars 3 forks source link

Remove async executor #5

Closed schell closed 5 months ago

schell commented 6 months ago

We don't actually need to execute futures. There are plenty of executors out there, we don't need to provide another. Instead - let library users get a Facade and use that request world resources from within futures run with an external executor.