Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dineug/go

Promise Extension Library
https://github.com/dineug/go

co coroutine generator iterator promise

Last synced: about 1 month ago
JSON representation

Promise Extension Library

Awesome Lists containing this project

README

        

# go - Promise Extension Library

like [co](https://github.com/tj/co), or [redux-saga](https://redux-saga.js.org)

- [Getting Started](https://github.com/dineug/go/tree/main/packages/go#getting-started)
- [API](https://github.com/dineug/go/tree/main/packages/go#api)
- [go](https://github.com/dineug/go/tree/main/packages/go#go)
- [all](https://github.com/dineug/go/tree/main/packages/go#all)
- [cancel](https://github.com/dineug/go/tree/main/packages/go#cancel)
- [debounce](https://github.com/dineug/go/tree/main/packages/go#debounce)
- [delay](https://github.com/dineug/go/tree/main/packages/go#delay)
- [flush](https://github.com/dineug/go/tree/main/packages/go#flush)
- [kill](https://github.com/dineug/go/tree/main/packages/go#kill)
- [put](https://github.com/dineug/go/tree/main/packages/go#put)
- [race](https://github.com/dineug/go/tree/main/packages/go#race)
- [take](https://github.com/dineug/go/tree/main/packages/go#take)
- [takeEvery](https://github.com/dineug/go/tree/main/packages/go#takeEvery)
- [takeLatest](https://github.com/dineug/go/tree/main/packages/go#takeLatest)
- [takeLeading](https://github.com/dineug/go/tree/main/packages/go#takeLeading)
- [throttle](https://github.com/dineug/go/tree/main/packages/go#throttle)