从ANOther线程调用主线程

时间:2013-04-15 19:25:07

标签: c++ multithreading windows-8 microsoft-metro

我想编写一个c ++模板函数,它将函数作为参数执行,并在Windows 8 metro上的主线程上执行。主线程将是系统。 有帮助吗? 类似的东西:

    template <class T>
    ExecuteOnMainThread(T t)
    {
    }

1 个答案:

答案 0 :(得分:1)

您应该查看CoreDispatcher.RunAsync