You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removes dependency on global state from all classes. Introduce World which can have default executors, which are injected when constructors on the world are used. Or instead of world it can be just a module with overridable methods like default_io_executor.