MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
GetPromise.hpp File Reference
+ Include dependency graph for GetPromise.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  MayaFlux::Kriya::GetPromiseBase< PromiseType >
 Templated awaitable for accessing a coroutine's promise object. More...
 

Namespaces

namespace  MayaFlux
 Main namespace for the Maya Flux audio engine.
 
namespace  MayaFlux::Kriya
 

Typedefs

using MayaFlux::Kriya::GetAudioPromise = GetPromiseBase< Vruta::audio_promise >
 Audio domain promise accessor.
 
using MayaFlux::Kriya::GetGraphicsPromise = GetPromiseBase< Vruta::graphics_promise >
 Graphics domain promise accessor.
 
using MayaFlux::Kriya::GetComplexPromise = GetPromiseBase< Vruta::complex_promise >
 Multi-domain promise accessor.
 
using MayaFlux::Kriya::GetEventPromise = GetPromiseBase< Vruta::event_promise >
 Event-driven promise accessor.