sergeych 145c3ae34a Add completeExceptionally, cancelAndJoin, and refine LaunchPool spec
- CompletableDeferred.completeExceptionally(exception): fails the deferred
  with a Lyng exception; the original exception object is preserved as
  errorObject so assertThrows/catch see the correct class (works for both
  built-in ObjException and user-declared class instances)
- LaunchPool: add maxQueueSize parameter (suspends launch when full),
  add cancelAndJoin() for graceful shutdown that waits for running tasks,
  clarify all semantics in the extern declaration comments
- Two tests for completeExceptionally (built-in and user-defined exception)
- Fix parallelism.md channel doc-test to be illustration-only (avoid
  flakiness from coroutine scheduling in the doc-test runner)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-18 03:00:40 +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