Initial docs commit

This commit is contained in:
Uttarayan Mondal
2021-03-15 01:27:34 +05:30
commit d5ecda4c73
20211 changed files with 1370362 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
initSidebarItems({"fn":[["interval","Creates new `Interval` that yields with interval of `duration`. The first tick completes immediately."],["interval_at","Creates new `Interval` that yields with interval of `period` with the first tick completing at `start`."],["sleep","Waits until `duration` has elapsed."],["sleep_until","Waits until `deadline` is reached."],["timeout","Require a `Future` to complete before the specified duration has elapsed."],["timeout_at","Require a `Future` to complete before the specified instant in time."]],"mod":[["error","Time error types."]],"struct":[["Instant","A measurement of a monotonically nondecreasing clock. Opaque and useful only with `Duration`."],["Interval","Interval returned by `interval` and `interval_at`."],["Sleep","Future returned by `sleep` and `sleep_until`."],["Timeout","Future returned by `timeout` and `timeout_at`."]]});