thespian: an actor library for Zig, C & C++ applications
Find a file
2024-04-16 23:11:39 +02:00
.vscode Initial Release 2024-02-08 23:04:55 +01:00
include refactor: remove some dead code 2024-04-08 17:53:10 +02:00
src feat: add subprocess.term() 2024-04-15 21:13:40 +02:00
test build: fix build on macos 2024-02-28 21:01:11 +01:00
.clang-tidy Initial Release 2024-02-08 23:04:55 +01:00
.gitignore Initial Release 2024-02-08 23:04:55 +01:00
build.zig build: fix build on macos 2024-02-28 21:01:11 +01:00
build.zig.version build: update to zig 0.12.0-dev.3659+1e5075f81 2024-04-16 23:11:39 +02:00
build.zig.zon build: update to zig 0.12.0-dev.3659+1e5075f81 2024-04-16 23:11:39 +02:00
LICENSE Initial Release 2024-02-08 23:04:55 +01:00
README.md Create README.md 2024-02-08 23:14:04 +01:00
zig build: fix build on macos 2024-02-28 21:01:11 +01:00

Thespian

Fast & flexible actors for Zig, C & C++ applications

To build:

./zig build

See tests/* for many interesting examples.