akka/akka-core
Rewrite Future docs, they miss to show best practices and traps
Ouverte
#23 948 ouverte le 9 nov. 2017
1 - triagedhelp wantedt:docs
Métriques du dépôt
- Stars
- (13 277 étoiles)
- Métriques de merge PR
- (Merge moyen 8j 19h) (10 PRs mergées en 30 j)
Description
Current Future docs are rather ancient and focused on showing off the Future API, and Await actually. I think we're in real need of rewriting these two pages:
- https://doc.akka.io/docs/akka/current/scala/futures.html
- first thing we show in using with actors is Await
- we barely mention pipeTo, without real complete example
- we don't mention the usual danger of mutating things from a Future with examples
- https://doc.akka.io/docs/akka/2.5/scala/general/jmm.html#jmm-shared-state