Spin Off Event (vuo.event.spinOffEvent)

When this node receives an event, it fires a separate event.

This node is useful for performing tasks asynchronously (in the background). This allows one part of a composition to do time-consuming work without blocking or slowing down other parts of the composition.

Keywords: asynchronous, background, bang, concurrent, events, fire, fork, multicore, multithread, parallel, scatter, spawn, thread, trigger


Example compositions:


Back to vuo.event node set documentation.