mirror of
https://github.com/boostorg/mqtt5.git
synced 2025-10-04 12:50:54 +02:00
Summary: related to T12804 Reviewers: ivica Reviewed By: ivica Subscribers: miljen, iljazovic Differential Revision: https://repo.mireo.local/D26165
17 lines
587 B
Plaintext
17 lines
587 B
Plaintext
[/
|
|
Copyright (c) 2023 Mireo
|
|
|
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
]
|
|
|
|
[section:async_mqtt5__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]
|