sergeych f9a07f176a Add Channel primitive for coroutine inter-task communication
Exposes Kotlin's Channel<Obj> to Lyng scripts as a first-class type
with rendezvous, buffered, and unlimited capacity modes. Supports
suspending send/receive, non-suspending tryReceive, close/drain
semantics, and isClosedForSend/isClosedForReceive properties.

Also fixes a pre-existing typo in BookTest.kt that blocked JVM test
compilation, and adds Channel reference docs and a parallelism.md section.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-18 02:28:55 +03:00
..
2026-03-14 20:57:15 +03:00
2026-02-18 10:14:09 +03:00
2026-04-16 13:35:12 +03:00
2026-04-08 09:27:52 +03:00
2026-03-28 17:44:43 +03:00
2026-01-06 13:11:07 +01:00
2026-03-14 20:57:15 +03:00
2026-04-03 21:15:41 +03:00
2026-04-09 22:17:45 +03:00
2026-04-02 19:23:46 +03:00
2026-04-02 19:23:46 +03:00
2026-04-16 22:10:36 +03:00
2026-04-07 01:01:26 +03:00
2026-04-04 04:01:43 +03:00
2026-03-31 19:08:11 +03:00
2026-04-08 10:45:01 +03:00
2026-02-18 10:14:09 +03:00
2026-02-08 12:43:33 +03:00
2025-11-28 11:25:47 +01:00