mirror of
https://github.com/boostorg/mqtt5.git
synced 2025-11-07 11:21:36 +01:00
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
10 lines
380 B
Plaintext
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]
|