MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ dispatch_main_sync()

template<typename Func , typename... Args>
auto MayaFlux::Parallel::dispatch_main_sync ( Func &&  func,
Args &&...  args 
) -> decltype(auto)

Definition at line 110 of file Parallel.hpp.

111{
112 return std::invoke(std::forward<Func>(func), std::forward<Args>(args)...);
113}

Referenced by MayaFlux::Core::VKContext::create_surface(), MayaFlux::Core::WindowManager::destroy_window(), and MayaFlux::Core::WindowManager::process().

+ Here is the caller graph for this function: