ASPiK SDK
macasync.h
1 // This file is part of VSTGUI. It is subject to the license terms
2 // in the LICENSE file found in the top-level directory of this
3 // distribution and at http://github.com/steinbergmedia/vstgui/LICENSE
4 
5 #include "../../../include/iasync.h"
6 
7 //------------------------------------------------------------------------
8 namespace VSTGUI {
9 namespace Standalone {
10 namespace Async {
11 
12 void waitAllTasksDone ();
13 
14 //------------------------------------------------------------------------
15 } // Async
16 } // Standalone
17 } // VSTGUI
Definition: customcontrols.cpp:8