https://github.com/dacheng-zig/zigcoro-sleep
https://github.com/dacheng-zig/zigcoro-sleep
coroutine zig zoroutine
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dacheng-zig/zigcoro-sleep
- Owner: dacheng-zig
- Created: 2025-04-02T12:06:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-02T12:31:43.000Z (about 1 year ago)
- Last Synced: 2025-04-02T13:29:00.491Z (about 1 year ago)
- Topics: coroutine, zig, zoroutine
- Language: Zig
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zigcoro-sleep
This is a coroutine sleep example, powered by zigcoro, which is a coroutine engine.
> zigcoro: https://github.com/rsepassi/zigcoro
>
> libxev: https://github.com/mitchellh/libxev
### Run
```shell
zig build run
```
### Release
```shell
zig build -Doptimize=ReleaseSmall
```
Then check `zig-out/bin`.