Files
mqtt5/doc/qbk/reference/concepts/ExecutionContext.qbk

10 lines
380 B
Plaintext
Raw Normal View History

[section:ExecutionContext ExecutionContext concept]
`ExecutionContext` represents a place where function objects will be executed.
`ExecutionContext` type must be convertible to [asioreflink execution_context execution_context] which
is a base class for concrete execution context types.
The [asioreflink io_context io_context] type is an example of a derived type.
[endsect]