|
Cutelyst
3.7.0
|
Public Member Functions | |
| ASync (ASync &&other) noexcept | |
| Move constructor. | |
| ASync (const ASync &other) | |
| Copy constructor. | |
| ASync (Context *c) | |
| ASync class should be used in a scoped manner. More... | |
| ASync (Context *c, std::function< void(Context *c)> cb) | |
| ASync & | operator= (ASync &&other) noexcept |
| ASync & | operator= (const ASync ©) |