Spin Off Value (vuo.event.spinOffValue)

When this node receives an event, it fires a separate event with that same value.

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, data, events, fire, fork, multicore, multithread, parallel, scatter, spawn, thread, trigger


Example composition:


Back to vuo.event node set documentation.