@runno/wasi
Runno
WASI
Articles
Docs
GitHub
Preparing search index...
ClockProvider
Interface ClockProvider
interface
ClockProvider
{
now
(
id
:
ClockId
)
:
bigint
;
resolution
(
id
:
ClockId
)
:
bigint
;
}
Implemented by
FixedClockProvider
SystemClockProvider
Index
Methods
now
resolution
Methods
now
now
(
id
:
ClockId
)
:
bigint
Parameters
id
:
ClockId
Returns
bigint
resolution
resolution
(
id
:
ClockId
)
:
bigint
Parameters
id
:
ClockId
Returns
bigint
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
now
resolution
Docs
@runno/runtime
Runno
WASI
Articles
Docs
GitHub
@runno/wasi
Loading...