aboutsummaryrefslogtreecommitdiff
path: root/_bibliography
diff options
context:
space:
mode:
authorKisalaya <kisalaya@talentpad.com>2016-12-16 21:04:49 -0500
committerKisalaya <kisalaya@talentpad.com>2016-12-16 21:04:49 -0500
commit9583f55e47e787bda753f0b310d0fc48e3cfab06 (patch)
tree77b918a008efccf4dbb1589f2c30c69fbd1d7c71 /_bibliography
parentf0e4ab32d559e198cd439fc8b3fc80159f191019 (diff)
added more details
Diffstat (limited to '_bibliography')
-rw-r--r--_bibliography/futures.bib12
1 files changed, 11 insertions, 1 deletions
diff --git a/_bibliography/futures.bib b/_bibliography/futures.bib
index b8634c0..4a03a18 100644
--- a/_bibliography/futures.bib
+++ b/_bibliography/futures.bib
@@ -385,7 +385,17 @@
}
-@misc{42,
+@misc{43,
title={Finagle: A Protocol-Agnostic RPC System},
url = {https://blog.twitter.com/2011/finagle-a-protocol-agnostic-rpc-system}
}
+
+@misc{44,
+ title={Promise.all()},
+ url = {https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/all}
+}
+
+@misc{45,
+ title={Promise Pipelining},
+ url = {https://www.revolvy.com/main/index.php?s=Promise%20pipelining}
+}