@task.flow/timer

0.0.1 • Public • Published

@task.flow/timer

travis package downloads styled with prettier

Utilities for tracking time in @task.flow

Usage

import Task from "@task.flow/task"
import Timer from "@task.flow/timer"

declare function someIO(): Task<Error, ArrayBuffer>

const maybeIO = Task.select(someIO(), Timer.timeout(2000))
// maybeIO:Task<Error, ?ArrayBuffer>

Install

npm install @task.flow/timer

Readme

Keywords

Package Sidebar

Install

npm i @task.flow/timer

Weekly Downloads

2

Version

0.0.1

License

MIT

Unpacked Size

103 kB

Total Files

23

Last publish

Collaborators

  • gozala