lightstep / superposition

Imported from EraDB
MIT License
0 stars 1 forks source link

Executor without atomics or locks? #14

Closed rw closed 4 years ago

rw commented 4 years ago

The futures executor is logically single-threaded. But, working with futures is easier if the inner executor machinery is Sync. Can we make the Executor Sync-free (i.e it uses &mut self methods), while staying compatible with the traits in the base superposition library?

rw commented 4 years ago

Resolved by #17