MayaFlux
0.3.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
146
of file
Dispatch.hpp
.
147
{
148
std::invoke(std::forward<Func>(func), std::forward<Args>(args)...);
149
return
true
;
150
}
MayaFlux
Parallel
Generated by
1.9.8