Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neurocyte/thespian
thespian: an actor library for Zig, C & C++ applications
https://github.com/neurocyte/thespian
actor-model cpp zig zig-package
Last synced: 2 months ago
JSON representation
thespian: an actor library for Zig, C & C++ applications
- Host: GitHub
- URL: https://github.com/neurocyte/thespian
- Owner: neurocyte
- License: mit
- Created: 2024-02-08T22:09:11.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-11-17T21:40:20.000Z (3 months ago)
- Last Synced: 2024-11-17T22:26:57.233Z (3 months ago)
- Topics: actor-model, cpp, zig, zig-package
- Language: C++
- Homepage:
- Size: 339 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Thespian
Fast & flexible actors for Zig, C & C++ applicationsTo build:
```
./zig build
```See `tests/*` for many interesting examples.