Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dineug/go
- Owner: dineug
- License: mit
- Created: 2022-12-25T07:19:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T09:17:19.000Z (7 months ago)
- Last Synced: 2024-09-19T02:44:07.849Z (about 2 months ago)
- Topics: co, coroutine, generator, iterator, promise
- Language: TypeScript
- Homepage:
- Size: 166 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)