Last active
December 25, 2015 16:59
-
-
Save phaller/7010157 to your computer and use it in GitHub Desktop.
Akka and Scala Links
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Links | |
===== | |
"Principles of Reactive Programming" Coursera class: | |
https://www.coursera.org/course/reactive | |
Akka Dispatchers Scalability: Fork-Join Pool vs. ThreadPoolExecutor: | |
http://letitcrash.com/post/17607272336/scalability-of-fork-join-pool | |
Scala Async: | |
https://github.com/scala/async | |
Slides on "Spores: Distributable Functions in Scala": | |
https://speakerdeck.com/heathermiller/spores-distributable-functions-in-scala | |
Pickling: | |
https://github.com/scala/pickling |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pull Request for Actor.noSender. akka/akka#782 (props: Andres)