MayaFlux 0.5.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 122 of file Wiring.cpp.

123{
124 m_factory = std::move(factory);
125 return *this;
126}
const Factory & factory() const
Active factory variant set by use for non-Event factories.
Definition Wiring.hpp:361

References factory(), and m_factory.

+ Here is the call graph for this function: