MayaFlux
0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
◆
dispatch_main_async_with_timeout()
template<typename Func , typename... Args>
bool MayaFlux::Parallel::dispatch_main_async_with_timeout
(
std::chrono::milliseconds
,
Func &&
func
,
Args &&...
args
)
Definition at line
116
of file
Parallel.hpp
.
117
{
118
std::invoke(std::forward<Func>(func), std::forward<Args>(args)...);
119
return
true
;
120
}
MayaFlux
Parallel
Generated by
1.9.8