aboutsummaryrefslogtreecommitdiff
path: root/_bibliography/futures.bib
diff options
context:
space:
mode:
Diffstat (limited to '_bibliography/futures.bib')
-rw-r--r--_bibliography/futures.bib16
1 files changed, 13 insertions, 3 deletions
diff --git a/_bibliography/futures.bib b/_bibliography/futures.bib
index 08552e7..b8634c0 100644
--- a/_bibliography/futures.bib
+++ b/_bibliography/futures.bib
@@ -113,9 +113,8 @@
}
@misc{7,
- title={The JavaScript Event Loop: Explained},
- author={Erin Swenson-Healey},
- url = {http://blog.carbonfive.com/2013/10/27/the-javascript-event-loop-explained/}
+ title={jQuery.Deferred()},
+ url = {https://api.jquery.com/jquery.deferred/}
}
@misc{8,
@@ -379,3 +378,14 @@
title={Lazy Futures or Promises?},
url = {https://groups.google.com/forum/#!topic/scala-language/dP2SyUCF724}
}
+
+@misc{42,
+ title={Try},
+ url = {http://www.scala-lang.org/api/2.9.3/scala/util/Try.html}
+}
+
+
+@misc{42,
+ title={Finagle: A Protocol-Agnostic RPC System},
+ url = {https://blog.twitter.com/2011/finagle-a-protocol-agnostic-rpc-system}
+}