9.0.0 • Published 1 year ago

@abernatskiy/util-timeout v9.0.0

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
1 year ago

@subsquid/util-timeout

A small utility for promise timeouts.

Usage

import {addTimeout} from "@subsquid/util-timeout"

// Reject `promise` with `TimeoutError` if it doesn't complete in 5 seconds
addTimeout(promise, 5, () => new TimeoutError())
9.0.0

1 year ago

8.0.0

1 year ago

7.0.0

1 year ago

6.0.0

1 year ago

5.0.0

1 year ago