Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/therustmonk/async-actor

Example of an actor in the new async/await world
https://github.com/therustmonk/async-actor

Last synced: 2 days ago
JSON representation

Example of an actor in the new async/await world

Awesome Lists containing this project

README

        

# async-actor

Example of an actor created using async/await features.