- Dependencies are the easiest - just build a graph (however complex that might end up..) and run 'em!
- Parallel execution is a tad bit harder because we have to keep track of the tasks currently running but meh, nothing a Mutex or RwLock can't solve.
1. Dependencies are the easiest - just build a graph (however complex that might end up..) and run 'em!
2. Parallel execution is a tad bit harder because we have to keep track of the tasks currently running but meh, nothing a Mutex or RwLock can't solve.