Example Scripts for VICI

This page will have example scripts that feature the capabilities of VICI.

Dining Philosophers

Wikipedia

This is a classic program for demonstrating concurrent programs sharing resources. It demonstrates the usage of semaphores, mutexes, background functions and displays.

The VICI script

Thread examples

VICI can be used to create multi-threaded scripts.

The VICI script