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

◆ use() [4/8]

Wiring & MayaFlux::Nexus::Wiring::use ( SoundFactory  factory)

Delegate coroutine creation entirely to the caller.

Fabric registers the entity with the spatial index and adds the returned coroutine. All timing and entity commit logic is the caller's responsibility.

Definition at line 78 of file Wiring.cpp.

79{
80 m_factory = std::move(factory);
81 return *this;
82}
const Factory & factory() const
Active factory variant set by use for non-Event factories.
Definition Wiring.hpp:281

References factory(), and m_factory.

+ Here is the call graph for this function: