@dmail/cancellation

[![npm package](https://img.shields.io/npm/v/@dmail/cancellation.svg)](https://www.npmjs.com/package/@dmail/cancellation) [![build](https://travis-ci.com/dmail/cancellation.svg?branch=master)](http://travis-ci.com/dmail/cancellation) [![codecov](https://c

Usage no npm install needed!

<script type="module">
  import dmailCancellation from 'https://cdn.skypack.dev/@dmail/cancellation';
</script>

README

cancellation

npm package build codecov

Cancel asynchronous operations, compatible with await

Installation

npm i @dmail/cancellation

Example

— see test/ for concrete examples