xtd - Reference Guide  0.1.0
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
Loading...
Searching...
No Matches
async_callback.h
Go to the documentation of this file.
1
4#pragma once
5
6#include "delegate.h"
7#include "iasync_result.h"
8
10namespace xtd {
18 using async_callback = delegate<void(std::shared_ptr<xtd::iasync_result> ar)>;
19}
Contains xtd::delegate delegate.
delegate< void(std::shared_ptr< xtd::iasync_result > ar)> async_callback
References a method to be called when a corresponding asynchronous operation completes.
Definition: async_callback.h:18
Contains xtd::iasync_result interface.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition: system_report.h:17