@vorlefan/tasks

Out-of-the-box wrapper for heavy functions

Usage no npm install needed!

<script type="module">
  import vorlefanTasks from 'https://cdn.skypack.dev/@vorlefan/tasks';
</script>

README

Tasks

This is a wrapper around function that captures the tasks (heavy function or, repetitve function) and then, make it more safe to run. For instance, you will not worry anymore about losing progress if the application goes down.

https://badgen.net/bundlephobia/minzip/@vorlefan/tasks]

With npm do:

npm install @vorlefan/tasks

With yarn do:

yarn add  @vorlefan/tasks

Documentation

W.I.P