mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-20 06:09:17 +02:00
Added docs
This commit is contained in:
parent
0da571423a
commit
f68687a9f1
1 changed files with 15 additions and 3 deletions
|
@ -2,6 +2,18 @@
|
||||||
|
|
||||||
The `(scheme time)` library provides access to time-related values.
|
The `(scheme time)` library provides access to time-related values.
|
||||||
|
|
||||||
- `current-jiffy`
|
- [`current-jiffy`](#current-jiffy)
|
||||||
- `current-second`
|
- [`current-second`](#current-second)
|
||||||
- `jiffies-per-second`
|
- [`jiffies-per-second`](#jiffies-per-second)
|
||||||
|
|
||||||
|
#current-jiffy
|
||||||
|
|
||||||
|
(current-jiffy)
|
||||||
|
|
||||||
|
#current-second
|
||||||
|
|
||||||
|
(current-second)
|
||||||
|
|
||||||
|
#jiffies-per-second
|
||||||
|
|
||||||
|
(jiffies-per-second)
|
||||||
|
|
Loading…
Add table
Reference in a new issue