Portable concurrency
0.11.0
|
Trivial executor which evaluates task immediattely in the invocation thread. More...
Trivial executor which evaluates task immediattely in the invocation thread.
This executor is used by future::then
and other continuation related family of functions by default when no executor is specified explicitly.