He-Pin(kerr)
He-Pin(kerr)
https://github.com/sirthias/parboiled2
Please add a contribution guide, as the Akka one ?https://github.com/akka/akka/blob/master/CONTRIBUTING.md
我们团队都是Java哈,也有cpp、ios和android,大家刷好题了就可以随时来碾压我们了。欢迎大家加入。 招聘, 微信:kerisle, 大家也可以直接发邮件 [email protected] 
refs: https://github.com/akka/akka/issues/31077 refs: https://github.com/akka/akka/issues/22730 refs: https://github.com/akka/akka/issues/28476 As @johanandren metioned in the refs: https://github.com/akka/akka/issues/31077, this wold help to hanle the `create` and `onComplete/cleanup` part. The document and examples is still missing,...
built on top of https://github.com/akka/akka/pull/31330 refs:https://github.com/akka/akka/issues/31355
Bump Reactive Stream version to 1.0.4 https://github.com/reactive-streams/reactive-streams-jvm/blob/master/RELEASE-NOTES.md
It was added as a javadsl in `akka.actor.AbstractActor.ActorContext`, how about moving it to the `akka.actor.ActorContext` to make it available for scaladsl too?
Currently, Akka has `akka.dispatch.Futures` for Java API but none for `CompletionStage`, even there is `CompletableFuture#allOf` and `CompletableFuture#anyOf`,but there are no more rich operators. eg:  I opened this issue up...