Source: /home/runner/work/aspl/aspl/stdlib/time/Timestamp.aspl:2:1
Source: /home/runner/work/aspl/aspl/stdlib/time/Timestamp.aspl:7:5
property long microseconds
Source: /home/runner/work/aspl/aspl/stdlib/time/Timestamp.aspl:13:5
property long milliseconds
Source: /home/runner/work/aspl/aspl/stdlib/time/Timestamp.aspl:19:5
property long seconds
Source: /home/runner/work/aspl/aspl/stdlib/time/Timestamp.aspl:26:5
method construct(long nanoseconds)
Source: /home/runner/work/aspl/aspl/stdlib/time/sleep.aspl:2:1
function sleep(long seconds)
Source: /home/runner/work/aspl/aspl/stdlib/time/sleep.aspl:7:1
function millisleep(long milliseconds)
Source: /home/runner/work/aspl/aspl/stdlib/time/sleep.aspl:12:1
function microsleep(long microseconds)
Source: /home/runner/work/aspl/aspl/stdlib/time/sleep.aspl:17:1
function nanosleep(long nanoseconds)
Source: /home/runner/work/aspl/aspl/stdlib/time/time.aspl:5:1
function now() returns Timestamp
Source: /home/runner/work/aspl/aspl/stdlib/time/time.aspl:13:1
function local() returns Timestamp