Vuo  0.4.6
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages

Vuo is a parallelizing compiler. When you run a composition, Vuo schedules the nodes in the composition to run concurrently.

When you write a node class, you usually don't have to worry about making it thread-safe. Vuo handles most of the thread synchronization for you. Vuo guarantees that:

You do, however, need to handle a few cases of thread synchronization yourself:

Todo:
(managers): using managers for shared resources