`execution_context` is not ExecutionContext
grisumbras opened this issue · 0 comments
grisumbras commented
According to TS, a type meets the ExecutionContext requirements if (among other things) it has a member function get_executor that returns an Executor. The type execution_context does not have such a member. This is very counter-intuitive.