Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/therustmonk/async-actor
- Owner: therustmonk
- Created: 2019-12-05T13:55:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-05T13:56:15.000Z (about 5 years ago)
- Last Synced: 2025-01-02T21:12:22.813Z (6 days ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# async-actor
Example of an actor created using async/await features.