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
It seems that Context::executor was changed to return Option because in no_stdExecutor is not available.
However, the executor fn is not included when no_std is enabled. Given that Context::executor is present so that all callers can assume that an executor is present, would it be better for it not to return an Option?
Maybe if std is present, initializing a Context w/o a can panic?