Example Scripts for VICI
This page will have example scripts that feature the capabilities of VICI.
Dining Philosophers
This is a classic program for demonstrating concurrent programs sharing resources. It demonstrates the usage of semaphores, mutexes, background functions and displays.
Thread examples
VICI can be used to create multi-threaded scripts.