MCPcopy Create free account
hub / github.com/WinMerge/winmerge / SetAsyncTask

Method SetAsyncTask

Src/Common/MessageBoxDialog.h:162–162  ·  view source on GitHub ↗

Method for setting an asynchronous task to be run while the message box is displayed.

Source from the content-addressed store, hash-verified

160
161 // Method for setting an asynchronous task to be run while the message box is displayed.
162 void SetAsyncTask(const std::shared_ptr<IAsyncTask>& pTask) { std::atomic_store(&m_pAsyncTask, pTask); }
163
164public:
165

Callers 1

ShowIdenticalMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected