You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Threads working together can be seen as a graph where each thread is a node. That's exactly what Archipel does. The aim is to make multithreading more easy: simply define your data exchange structures and write the business code for each of your threads, and Archipel handles the rest. Code is licenced under LGPL v3.0.