1.2.7 • Published 10 months ago

@alwatr/flatomise v1.2.7

Weekly downloads
-
License
AGPL-3.0-only
Repository
github
Last release
10 months ago

Flatomise

A utility for creating promises that can be externally resolved or rejected.

Installation

yarn add @alwatr/flatomise

Usage

import {newFlatomise} from '@alwatr/flatomise';

const flatomise = newFlatomise();
flatomise.promise.then(() => {
  console.log('flatomise resolved');
});
flatomise.resolve();

For real usage, see async-queue.

1.2.7

10 months ago

1.2.0

11 months ago

1.2.6

10 months ago

1.2.5

10 months ago

1.2.4

10 months ago

1.2.3

10 months ago

1.2.2

10 months ago

1.2.1

10 months ago

1.1.9

12 months ago

1.1.12

11 months ago

1.1.11

11 months ago

1.1.10

12 months ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago