actors :: SynchronizedCounter :: increment
# Increment the counter atomically fun increment do mutex.lock c += 1 mutex.unlock end