@runno/wasi
    Preparing search index...

    Interface ClockProvider

    interface ClockProvider {
        now(id: ClockId): bigint;
        resolution(id: ClockId): bigint;
    }

    Implemented by

    Index

    Methods

    Methods