Get virtual time

vt

[]

Get the virtual time of the current thread.

Introduced in v2.1

Example 0 

puts vt
 sleep 1
 puts vt



# prints 0
 
# prints 1