aboutsummaryrefslogtreecommitdiff
path: root/_bibliography/futures.bib
diff options
context:
space:
mode:
Diffstat (limited to '_bibliography/futures.bib')
-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}
+}