aboutsummaryrefslogtreecommitdiff
path: root/_bibliography/futures.bib
diff options
context:
space:
mode:
authorKisalaya <kisalaya@talentpad.com>2016-12-16 19:59:01 -0500
committerKisalaya <kisalaya@talentpad.com>2016-12-16 19:59:01 -0500
commitf0e4ab32d559e198cd439fc8b3fc80159f191019 (patch)
tree4894c7404dfce2826c366802bc885b9c4db19e91 /_bibliography/futures.bib
parentdb54d6db890d4c8e99e138095af8cd8e20755acc (diff)
added more details
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}
+}