1
0
Fork 0
Purely demonstrative example programs in Ashbringer, based on the spec.
  • C 37.6%
  • PHP 31.8%
  • Go 30.6%
Find a file
Sky Johnson 00f6014e61 Add jobqueue.a showcasing channels, select, cancellation, and typed sync
Demonstrates Channel[T](N), Rendezvous, select with timeout/cancel cases,
WaitGroup, Mutex, RWMutex, CancelToken with hierarchical cancellation,
Atomic[T] metrics, arena-per-worker, and dyn Job interface. Includes
SleepJob, FanOutJob, and RetryJob examples covering the full concurrency
primitive surface.
2026-02-28 13:32:10 -06:00
ashbringer Add jobqueue.a showcasing channels, select, cancellation, and typed sync 2026-02-28 13:32:10 -06:00
c Add ideal-domain examples for each language 2026-02-27 22:06:09 -06:00
go Add ideal-domain examples for each language 2026-02-27 22:06:09 -06:00
php Add ideal-domain examples for each language 2026-02-27 22:06:09 -06:00