mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 13:49:16 +02:00
19 lines
328 B
Markdown
19 lines
328 B
Markdown
# Time Library
|
|
|
|
The `(scheme time)` library provides access to time-related values.
|
|
|
|
- [`current-jiffy`](#current-jiffy)
|
|
- [`current-second`](#current-second)
|
|
- [`jiffies-per-second`](#jiffies-per-second)
|
|
|
|
#current-jiffy
|
|
|
|
(current-jiffy)
|
|
|
|
#current-second
|
|
|
|
(current-second)
|
|
|
|
#jiffies-per-second
|
|
|
|
(jiffies-per-second)
|