Supervisor, Coroutine, Channel, select, AtomicPromise, Cancellation, Cache, List, Queue, Stack, and some utils.


Keywords
supervisor, observer, coroutine, channel, select, cancellation, sequence, maybe, either, monad, arrow, cache, clock, list, heap, queue, stack, uuid, pcg, random, counter
Licenses
Apache-2.0/MPL-2.0
Install
npm install spica@0.0.798

Documentation

Spica

Build Status Coverage Status Dependency Status

Supervisor/Actor, Cancellation, Sequence, Maybe, Either and some utils.

Install

$ npm i spica

API

index.d.ts

  • Supervisor
  • Observation
  • Cancellation
  • Sequence
  • Maybe, Just, Nothing
  • Either, Left, Right
  • curry
  • flip
  • List, Nil
  • HList, HNil
  • DataMap
  • AttrMap
  • Cache
  • Mixin
  • tick
  • uuid
  • sqid
  • assign
  • clone
  • extend
  • concat
  • sort

Browser