Ciorent
    Preparing search index...

    Variable sleepSyncConst

    sleepSync: (ms: number) => void = ...

    Sleep for a duration synchronously.

    This method blocks the current thread.

    On the browser it only works in workers.

    Type declaration

      • (ms: number): void
      • Parameters

        • ms: number

          Sleep duration in milliseconds

        Returns void