He-Pin(kerr)
He-Pin(kerr)
Scala will supprt wasm , will aqua compiles to wasm?
Motivation: `then` is a keyword in Scala 3 now.
chore: Test 3.3.4-RC1
https://github.com/apache/pekko-grpc/actions/runs/9291594393/job/25570487844#step:3:208 ``` ! [remote rejected] update/scala-library-2.13.14 -> update/scala-library-2.13.14 (refusing to allow a GitHub App to create or update workflow `.github/workflows/build-test.yml` without `workflows` permission) ```
``` | => org.apache.pekko.grpc.internal.GrpcProtocolWebTextSpec 209s | => org.apache.pekko.grpc.scaladsl.GrpcExceptionHandlerSpec 209s ```  With no more progress.
Motivation: Test 3.3.4-RC1
Test 3.3.4-RC1
Motivation: refs: https://github.com/apache/pekko/issues/1359 still wip, test is missing
Motivation: Just like Java 's `orTimeout` method, which will cancel the future(if possible) and complete it with a timeout exception.
Motivation: I want to do some rate limiting and just fail the single task, eg when combined with `mapAsync`. Currently seems I can't observe the backpressure. `onBackpressure` is only been...