Files
mqtt5/doc/qbk/reference/concepts/ExecutionContext.qbk
Korina Šimičević aeab5f9665 Update documentation
Summary:
related to T12804
- fixes in publisher and receiver examples
- update year to 2024
- remove extra documentation link in README
- remove unnecessary copyright & license section, it is automatically generated from 00_main.qbk

Reviewers: ivica

Reviewed By: ivica

Subscribers: miljen, iljazovic

Differential Revision: https://repo.mireo.local/D27889
2024-02-14 07:55:52 +01:00

10 lines
380 B
Plaintext

[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]