From 98972770ea4e1fedf2c76fac7b501a0156a5a311 Mon Sep 17 00:00:00 2001 From: Lann Martin Date: Fri, 10 Oct 2025 16:50:51 -0400 Subject: [PATCH] Regenerate markdown --- imports.md | 48 ++++++++++++++++++++++++------------------------ proxy.md | 54 +++++++++++++++++++++++++++--------------------------- 2 files changed, 51 insertions(+), 51 deletions(-) diff --git a/imports.md b/imports.md index 9fbc19d..7926bb3 100644 --- a/imports.md +++ b/imports.md @@ -83,8 +83,8 @@ successive reads of the clock will produce non-decreasing values.

type pollable

pollable

-

type instant

-

u64

+#### `type instant` +`u64`

An instant in time, in nanoseconds. An instant is relative to an unspecified initial value, and can only be compared to instances from the same monotonic-clock. @@ -251,10 +251,10 @@ when it does, they are expected to subsume this API.

type error

error

-

type pollable

-

pollable

+#### `type pollable` +[`pollable`](#pollable)

-

variant stream-error

+#### `variant stream-error`

An error for input-stream and output-stream operations.

Variant Cases