CircosHeatmap-aardio/dist/lib/r-library/promises/doc/promises_05_future_promise.html

467 lines
316 KiB
HTML
Raw Normal View History

2025-01-12 00:52:51 +08:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Advanced future and promises usage</title>
<script>// Pandoc 2.9 adds attributes on both header and div. We remove the former (to
// be compatible with the behavior of Pandoc < 2.8).
document.addEventListener('DOMContentLoaded', function(e) {
var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
var i, h, a;
for (i = 0; i < hs.length; i++) {
h = hs[i];
if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
a = h.attributes;
while (a.length > 0) h.removeAttribute(a[0].name);
}
});
</script>
<style type="text/css">.vembedr {
margin-bottom: 10px;
}
.vembedr-rounded {
display: inline-block;
border-radius: 15px;
overflow: hidden;
}
.vembedr-rounded iframe {
display: block;
border: none;
}
</style>
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
</style>
<style type="text/css">
code {
white-space: pre;
}
.sourceCode {
overflow: visible;
}
</style>
<style type="text/css" data-origin="pandoc">
pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.sourceCode { overflow: visible; }
code.sourceCode > span { color: inherit; text-decoration: inherit; }
div.sourceCode { margin: 1em 0; }
pre.sourceCode { margin: 0; }
@media screen {
div.sourceCode { overflow: auto; }
}
@media print {
pre > code.sourceCode { white-space: pre-wrap; }
pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
}
pre.numberSource code
{ counter-reset: source-line 0; }
pre.numberSource code > span
{ position: relative; left: -4em; counter-increment: source-line; }
pre.numberSource code > span > a:first-child::before
{ content: counter(source-line);
position: relative; left: -1em; text-align: right; vertical-align: baseline;
border: none; display: inline-block;
-webkit-touch-callout: none; -webkit-user-select: none;
-khtml-user-select: none; -moz-user-select: none;
-ms-user-select: none; user-select: none;
padding: 0 4px; width: 4em;
color: #aaaaaa;
}
pre.numberSource { margin-left: 3em; border-left: 1px solid #aaaaaa; padding-left: 4px; }
div.sourceCode
{ }
@media screen {
pre > code.sourceCode > span > a:first-child::before { text-decoration: underline; }
}
code span.al { color: #ff0000; font-weight: bold; }
code span.an { color: #60a0b0; font-weight: bold; font-style: italic; }
code span.at { color: #7d9029; }
code span.bn { color: #40a070; }
code span.bu { color: #008000; }
code span.cf { color: #007020; font-weight: bold; }
code span.ch { color: #4070a0; }
code span.cn { color: #880000; }
code span.co { color: #60a0b0; font-style: italic; }
code span.cv { color: #60a0b0; font-weight: bold; font-style: italic; }
code span.do { color: #ba2121; font-style: italic; }
code span.dt { color: #902000; }
code span.dv { color: #40a070; }
code span.er { color: #ff0000; font-weight: bold; }
code span.ex { }
code span.fl { color: #40a070; }
code span.fu { color: #06287e; }
code span.im { color: #008000; font-weight: bold; }
code span.in { color: #60a0b0; font-weight: bold; font-style: italic; }
code span.kw { color: #007020; font-weight: bold; }
code span.op { color: #666666; }
code span.ot { color: #007020; }
code span.pp { color: #bc7a00; }
code span.sc { color: #4070a0; }
code span.ss { color: #bb6688; }
code span.st { color: #4070a0; }
code span.va { color: #19177c; }
code span.vs { color: #4070a0; }
code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; }
</style>
<script>
// apply pandoc div.sourceCode style to pre.sourceCode instead
(function() {
var sheets = document.styleSheets;
for (var i = 0; i < sheets.length; i++) {
if (sheets[i].ownerNode.dataset["origin"] !== "pandoc") continue;
try { var rules = sheets[i].cssRules; } catch (e) { continue; }
var j = 0;
while (j < rules.length) {
var rule = rules[j];
// check if there is a div.sourceCode rule
if (rule.type !== rule.STYLE_RULE || rule.selectorText !== "div.sourceCode") {
j++;
continue;
}
var style = rule.style.cssText;
// check if color or background-color is set
if (rule.style.color === '' && rule.style.backgroundColor === '') {
j++;
continue;
}
// replace div.sourceCode by a pre.sourceCode rule
sheets[i].deleteRule(j);
sheets[i].insertRule('pre.sourceCode{' + style + '}', j);
}
}
})();
</script>
<style type="text/css">body {
background-color: #fff;
margin: 1em auto;
max-width: 700px;
overflow: visible;
padding-left: 2em;
padding-right: 2em;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.35;
}
#TOC {
clear: both;
margin: 0 0 10px 10px;
padding: 4px;
width: 400px;
border: 1px solid #CCCCCC;
border-radius: 5px;
background-color: #f6f6f6;
font-size: 13px;
line-height: 1.3;
}
#TOC .toctitle {
font-weight: bold;
font-size: 15px;
margin-left: 5px;
}
#TOC ul {
padding-left: 40px;
margin-left: -1.5em;
margin-top: 5px;
margin-bottom: 5px;
}
#TOC ul ul {
margin-left: -2em;
}
#TOC li {
line-height: 16px;
}
table {
margin: 1em auto;
border-width: 1px;
border-color: #DDDDDD;
border-style: outset;
border-collapse: collapse;
}
table th {
border-width: 2px;
padding: 5px;
border-style: inset;
}
table td {
border-width: 1px;
border-style: inset;
line-height: 18px;
padding: 5px 5px;
}
table, table th, table td {
border-left-style: none;
border-right-style: none;
}
table thead, table tr.even {
background-color: #f7f7f7;
}
p {
margin: 0.5em 0;
}
blockquote {
background-color: #f6f6f6;
padding: 0.25em 0.75em;
}
hr {
border-style: solid;
border: none;
border-top: 1px solid #777;
margin: 28px 0;
}
dl {
margin-left: 0;
}
dl dd {
margin-bottom: 13px;
margin-left: 13px;
}
dl dt {
font-weight: bold;
}
ul {
margin-top: 0;
}
ul li {
list-style: circle outside;
}
ul ul {
margin-bottom: 0;
}
pre, code {
background-color: #f7f7f7;
border-radius: 3px;
color: #333;
white-space: pre-wrap;
}
pre {
border-radius: 3px;
margin: 5px 0px 10px 0px;
padding: 10px;
}
pre:not([class]) {
background-color: #f7f7f7;
}
code {
font-family: Consolas, Monaco, 'Courier New', monospace;
font-size: 85%;
}
p > code, li > code {
padding: 2px 0px;
}
div.figure {
text-align: center;
}
img {
background-color: #FFFFFF;
padding: 2px;
border: 1px solid #DDDDDD;
border-radius: 3px;
border: 1px solid #CCCCCC;
margin: 0 5px;
}
h1 {
margin-top: 0;
font-size: 35px;
line-height: 40px;
}
h2 {
border-bottom: 4px solid #f7f7f7;
padding-top: 10px;
padding-bottom: 2px;
font-size: 145%;
}
h3 {
border-bottom: 2px solid #f7f7f7;
padding-top: 10px;
font-size: 120%;
}
h4 {
border-bottom: 1px solid #f7f7f7;
margin-left: 8px;
font-size: 105%;
}
h5, h6 {
border-bottom: 1px solid #ccc;
font-size: 105%;
}
a {
color: #0033dd;
text-decoration: none;
}
a:hover {
color: #6666ff; }
a:visited {
color: #800080; }
a:visited:hover {
color: #BB00BB; }
a[href^="http:"] {
text-decoration: underline; }
a[href^="https:"] {
text-decoration: underline; }
code > span.kw { color: #555; font-weight: bold; }
code > span.dt { color: #902000; }
code > span.dv { color: #40a070; }
code > span.bn { color: #d14; }
code > span.fl { color: #d14; }
code > span.ch { color: #d14; }
code > span.st { color: #d14; }
code > span.co { color: #888888; font-style: italic; }
code > span.ot { color: #007020; }
code > span.al { color: #ff0000; font-weight: bold; }
code > span.fu { color: #900; font-weight: bold; }
code > span.er { color: #a61717; background-color: #e3d2d2; }
</style>
</head>
<body>
<h1 class="title toc-ignore">Advanced future and promises usage</h1>
<p>This article discusses the benefits of using
<code>promises::future_promise()</code> over a combination of
<code>future::future()</code> + <code>promises::promise()</code> to
better take advantage of computing resources available to your main R
session. To demonstrate these benefits, well walk-through a use-case
with the <code>plumber</code> package. (<a href="https://www.rplumber.io/">See here</a> to learn more about
<code>plumber</code> and <a href="promises_04_futures.html">the previous
article</a> to learn more about <code>future</code>.)</p>
<div id="the-problem-with-futurepromise" class="section level2">
<h2>The problem with <code>future()</code>+<code>promise()</code></h2>
<p>In an ideal situation, the number of available <code>future</code>
<em>workers</em> (<code>future::nbrOfFreeWorkers()</code>) is always
<strong>more than</strong> the number of <code>future::future()</code>
<em>jobs</em>. However, if a <code>future</code> job is attempted when
the number of free workers is <code>0</code>, then <code>future</code>
will block the current R session until one becomes available.</p>
<p>For a concrete example, lets imagine a scenario, where seven
<code>plumber</code> requests are received at the same time with only
two <code>future</code> workers available. Also, lets assume the
<code>plumber</code> route(s) serving the first 6 requests use
<code>future::future()</code> and take ~10s to compute
<code>slow_calc()</code>:</p>
<div class="sourceCode" id="cb1"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="co">#* @get /slow/&lt;k&gt;</span></span>
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a><span class="cf">function</span>() {</span>
<span id="cb1-3"><a href="#cb1-3" aria-hidden="true" tabindex="-1"></a> future<span class="sc">::</span><span class="fu">future</span>({</span>
<span id="cb1-4"><a href="#cb1-4" aria-hidden="true" tabindex="-1"></a> <span class="fu">slow_calc</span>()</span>
<span id="cb1-5"><a href="#cb1-5" aria-hidden="true" tabindex="-1"></a> })</span>
<span id="cb1-6"><a href="#cb1-6" aria-hidden="true" tabindex="-1"></a>}</span></code></pre></div>
<p>Lets also assume the <code>plumber</code> route serving the last
request does not use any form of <code>future</code> or
<code>promises</code> and takes almost no time to compute.</p>
<div class="sourceCode" id="cb2"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="co">#* @get /fast/&lt;k&gt;</span></span>
<span id="cb2-2"><a href="#cb2-2" aria-hidden="true" tabindex="-1"></a><span class="cf">function</span>() {</span>
<span id="cb2-3"><a href="#cb2-3" aria-hidden="true" tabindex="-1"></a> <span class="fu">fast_calc</span>()</span>
<span id="cb2-4"><a href="#cb2-4" aria-hidden="true" tabindex="-1"></a>}</span></code></pre></div>
<p>The figure below depicts the overall timeline of execution of these 7
requests under the conditions weve outlined above. Note that the y-axis
is ordered from first request coming in (<code>/slow/1</code>) to the
last request (<code>/fast/7</code>).</p>
<p><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABPgAAALMCAYAAAB5fAwbAAABOWlDQ1BpY2MAACiRY2BgEkgsKMhhYWBgyM0rKQpyd1KIiIxSYH/KwMggxcDNoMwgkJhcXOAYEOADVMIAo1HBt2tA1UBwWRdk1nSGwolSPmv/b3O8+8znx5NSTPUogCsltTgZSP8B4qTkgqISBgbGBCBbubykAMRuAbJFioCOArJngNjpEPYaEDsJwj4AVhMS5AxkXwGyBZIzElOA7CdAtk4Skng6EhtqLwhwBDv6Bof6uRNwKumgJLWiBEQ75xdUFmWmZ5QoOAJDKFXBMy9ZT0fByMDIkIEBFN4Q1d8TweHIWO2EEEvRZGAw2sLAwMSMEMssZ2DYFQ70sixCTNOUgUHoKwPDXt6CxKJEuAMYv7EUpxkbQdiSPMDgbv7//4UJAwNvNQPDv7f//3//8P//7ykMDOy2DAw93QDcZV1CxB0iUwAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAAB3RJTUUH5QILEQQBKRPIJQAAgABJREFUeNrs3edzG8mWJvwnsyyAgidAK4qSWu27596Z3Yjd2IiN2A/7j2/EvrOz5s69M7edvCFFD2/L5fuhkCmAolO3RCM9vw5KahIoVFUShapTJ88RSikFIiIiIiIiIiIiupXkda8AERERERERERER/X4M8BEREREREREREd1iDPARERERERERERHdYgzwERERERERERER3WIM8BEREREREREREd1iDPARERERERERERHdYgzwERERERERERER3WIM8BEREREREREREd1iDPARERERERERERHdYgzwERERERERERER3WL2da8A0XVRSl33KhARERERfTRCiOteBSIiuiIM8NFnTyllvq6KPtnSf+vXZtDxZjl5UszxuXmEEObrOt7LdHknj3d0c+j30Dy+l24mfi7dbDfhM2l+HYiI6PPCAB991tI0RZIkSNMUaZpeyWvqky4pJSzLAgAkSYIkSQDwZP2mmD9B1ifqaZpyfG6Q+feREMK8jzlON8v8MQ/AlR5v6XLm30dA9jmkPxvp5pBSmveR/kzS/6brp49z+mv+fXSVYySlhG3bkFIyyEdE9JlhgI8+W/rEK4oiRFFkAmwf82RIKWVO/GzbNoGjMAwRx7E5CeQJ2fWaHyf9laapGSOAU15uCtu24XkepJSI49h8cZxuDiEELMsyNzSiKGLg6IbQQQfLsuC67sJNpzAMr+RzkS5PSgnHcQC8vTHI4N7102OgA+W2bcNxHKRpiul0ijiOr3R99PvYcRy+d4mIPjMM8NFnS0+b0IEbfQJ2FQE+y7LM3V0daIzj2FxM0fWaHyfLshZ+T3jBe3OcnAalM3I5TjeLPtZpPNbdHPPlIXTGD4Ar/Vyky9PnDsDb9xGD5ddvPsCn/9Y3bPVn0lUHYpnJTkT0eWKAjz5rp9VG+dgnRGfV22MdvptlfhxOq6PDcbp55sdJZ8JynK7f/HuHx7mba/59c9rP6GaYHyO+n26e08biKuvwMRhPRPR5k9e9AkQ3wVUFbi46GWdR85vhvDHgGF2/y+5/jtP1Ou84d9Fj6OO77LGMx7zrddH7heNzM1xmHK7i/JKIiD5vDPARnXDddz+v+/WJbrrLvkf4Xrpel9n/HKPr8z77nuN0ffg++nR8zHHi7wAREQGcoksE4PQTow99svS+zTN4snY9OE4322WzFPS4cHyux/tmk3CcrpYen/fd7xynq8X30e1w3ecNzN4jIiKNGXxERERERERERES3GAN8REREREREREREtxgDfERERERERERERLcYA3xERERERERERES3GAN8REREREREREREtxgDfERERERERERERLcYA3xERERERERERES3GAN8REREREREREREtxgDfERERERERERERLcYA3xERERERERERES3GAN8REREREREREREtxgDfERERERERERERLcYA3xERERERERERES3GAN8REREREREREREtxgDfERERERERERERLcYA3xERERERERERES3GAN8REREREREREREtxgDfERERERERERERLcYA3xERERERERERES3GAN8REREREREREREtxgDfERERERERERERLcYA3xERERERERERES3GAN8REREREREREREtxgDfERERERERERERLcYA3xERERERERERES3GAN8REREREREREREtxgDfERERERERERERLcYA3xE10AIAQhx3atBRERERERERJ8ABviIrh0DfURERERERET0+9nXvQJEnx8FlSZAHEFJAQVApel1rxQRERERERER3VIM8BFdGYEsuKegkinSeIokGgPSgk6mFQJQ6rrXk4iIPg8KzCInIiIi+jQwwEf0semInRAABJBESMd9ROEISEII10ca1AAnDx0EJCIi+vjE4r9Pqw278D11yvOIiIiI6CZggI/oKgkBFYdIukdAZx/xsA2ZL0FufgtUcte9dkRE9Bk5PX+PwTsiIiKi24gBPqIrIpBl8KkkgZoMkfaOkXT2YYVT2CtTSDW71GJ3XSIi+pBO1n4QAlA6lKeyn6cJEANKIKsTO3uOMJ9Jai7BfD4znYiIiIhuAgb4iK6BUgpI0+yCKk0AxSYbRER0hXTRV5VCxSlSlSCVs5Df7HvZTScL+hYVS0gQERER3VwM8H1ClFJZ4GhG33UXF9xhV2d0dbjoeVe1HXpdTq7PaY+5+U7UMuK10g12xu+TEJzAdlPcivc80TU68Tlp/i9JgDiEmo6RTgZQ8RRQCRJkN5tSCMTCQmp7kH4A4eagHHfWFGru6KiYyUdERER0UzDA9wlRSiGOYyilIISAlBJSyksFvk4G1aSUN2Y7hBCwLMtsh17Xm7K+v0fWSkO8vUoS4m0TDrbRvV46q0Vg7qJ1NjbiZEH6617Zz5AZH+58ot9HQYVjqO4h0s4+ktYuMGgjisYQSZw9QtpQjg8EVcjqKmR1GbLcgPALfO8RERER3VAM8H1CwjBEp9NBkiTwfR++78PzvAuDX3EcYzweYzqdIk1TOI6DIAjguu61bUev10MURfA8D57nIZfLme0IwxCDwQBRFMG2bfNz276hv86nNsY9cYGk1NvA3uxvhvmujyk8b4KtCqZO1fyjmIR5febeL6dl/TIISPSWArL3QxxBTQZIOwdIDl4iPXyNpLUHNWwD4QSYBfhg2YDjQRSqkP0WrFEXiEPIShPCD6BsBwDvcRARERHdJDc0IkK/x3A4xOvXrzGZTNBoNFCv12Hb9oWBr+l0ioODA3Q6HYRhiGKxiM3NzWsL8I3HY2xvb2M8HqNSqaBWq8FxHNi2DaUU+v0+nj9/juFwiGKxiHq9jmazeXMDfMDZV0FKQamsFp9KYjCD7wZRAgpZ4EhIAaRpNkZpAl7W3hBCQFliNiZEdKZZ5quaDJEcvkby5imSN4+QtvagpkOoKJzVg52bcistiFEPqncE1T2EGg9grT6AtXwXIqiAx0EiIiKim+UGR0TospRSSNMUo9EIBwcHmE6nCIIAaZq+87h5esprHMfodrs4ODjAeDxGGIZYWVk59XXO8761/k57/Px2jMdjeJ6HNE2RJAlGoxH6/T5evXqFn3/+GZPJBOvr63BdF7Va7Xftu/PW+aLtff8XA4TpPAhApUijKTDoIDnahkgSKIi512Wg77ooAEpIwLKgZtPclUqRxDHSNOVl7Q0hhIBwPURBCVYugHJzAKT+4anPUYt/XPQKJoZxZoz+3QVftNLnLu/d5V7yOPA+y32PZX7w9Zxb14vXc+EVzlsgx+mC10OaQkVTpP1jJHvPkbx5hGT/JdSwMxcgnys7oAAgzKbyjgdQ0dRkxYpcAdLxIFwfalaTjzemboYPft5Cl6bLylz2sURERB8DA3yfAKUUwjDEeDzGcDhEkiRm6qqe1pqm6Zk165IkwWQywXA4xGg0Qi6XQ5IkC8vXf+t/f4iad3pZ+oQoTVNEUYTxeIx+v484juE4DlzXRRRF
<p>Note how R has to wait 20s before processing the 7th request (shown
in green). This is a big improvement over not using
<code>future</code>+<code>promises</code> at all (in that case, R would
have to wait 60s before processing). However, since there are only two
<code>future</code> workers available R still has to wait longer than
necessary to process that last request because the main R session must
wait for a <code>future</code> worker to become available. The video
below animates this behavior:</p>
<div class="vembedr" align="center">
<div>
<iframe class="vimeo-embed" src="https://player.vimeo.com/video/505287449" width="533" height="300" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen data-external="1"></iframe>
</div>
</div>
</div>
<div id="the-solution-future_promise" class="section level2">
<h2>The solution: <code>future_promise()</code></h2>
<p>The advantage of using <code>future_promise()</code> over
<code>future::future()</code> is that even if there arent
<code>future</code> workers available, the <code>future</code> is
scheduled to be done when workers become available via
<code>promises</code>. In other words, <code>future_promise()</code>
ensures the main R thread isnt blocked when a <code>future</code> job
is requested and cant immediately perform the work (i.e., the number of
jobs exceeds the number of workers).</p>
<p>Continuing with the example above, we can swap out the calls to
<code>future::future()</code> with <code>future_promise()</code>.</p>
<div class="sourceCode" id="cb3"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb3-1"><a href="#cb3-1" aria-hidden="true" tabindex="-1"></a><span class="co">#* @get /slow/&lt;k&gt;</span></span>
<span id="cb3-2"><a href="#cb3-2" aria-hidden="true" tabindex="-1"></a><span class="cf">function</span>() {</span>
<span id="cb3-3"><a href="#cb3-3" aria-hidden="true" tabindex="-1"></a> promises<span class="sc">::</span><span class="fu">future_promise</span>({</span>
<span id="cb3-4"><a href="#cb3-4" aria-hidden="true" tabindex="-1"></a> <span class="fu">slow_calc</span>()</span>
<span id="cb3-5"><a href="#cb3-5" aria-hidden="true" tabindex="-1"></a> })</span>
<span id="cb3-6"><a href="#cb3-6" aria-hidden="true" tabindex="-1"></a>}</span></code></pre></div>
<p>With this change to <code>future_promise()</code>, note how the
<code>/fast/7</code> route now does not have to wait on
<code>future</code> work to finish processing. Therefore,
<code>plumber</code> can complete the last requests almost
immediately:</p>
<p><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABPgAAALMCAYAAAB5fAwbAAABOWlDQ1BpY2MAACiRY2BgEkgsKMhhYWBgyM0rKQpyd1KIiIxSYH/KwMggxcDNoMwgkJhcXOAYEOADVMIAo1HBt2tA1UBwWRdk1nSGwolSPmv/b3O8+8znx5NSTPUogCsltTgZSP8B4qTkgqISBgbGBCBbubykAMRuAbJFioCOArJngNjpEPYaEDsJwj4AVhMS5AxkXwGyBZIzElOA7CdAtk4Skng6EhtqLwhwBDv6Bof6uRNwKumgJLWiBEQ75xdUFmWmZ5QoOAJDKFXBMy9ZT0fByMDIkIEBFN4Q1d8TweHIWO2EEEvRZGAw2sLAwMSMEMssZ2DYFQ70sixCTNOUgUHoKwPDXt6CxKJEuAMYv7EUpxkbQdiSPMDgbv7//4UJAwNvNQPDv7f//3//8P//7ykMDOy2DAw93QDcZV1CxB0iUwAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAAB3RJTUUH5QILEQUevQD0kQAAgABJREFUeNrs3XmcFPWd//FXVfU1930DA8zFKXIIghwqIhI10chGoyYmJibGY425Vv0la3ZzaaJmY06PjYnReMV4rFEUxSNiVC4RGGC4BhhggGGGufus+v0xdDvDDDBc0wy8n/sYs3RXVX+7qqu7+t3f7+drOI7jICIiIiIiIiIiIv2SGe8GiIiIiIiIiIiIyJFTwCciIiIiIiIiItKPKeATERERERERERHpxxTwiYiIiIiIiIiI9GMK+ERERERERERERPoxBXwiIiIiIiIiIiL9mAI+ERERERERERGRfkwBn4iIiIiIiIiISD+mgE9ERERERERERKQfU8AnIiIiIiIiIiLSjyngExERERERERER6ccU8ImIiIiIiIiIiPRjrng3QCSeHMfBtm3C4XCfP7ZhGLjdbgAikQiRSCTeu0N6YJomLpeLUCiE4zjxbo70wOVyYVlW7FzWcToxud1ubNvWe90JKvpeB/pMOpFZloVpmnqvO4G53W5M0yQSicT1+tIwjHjvChER6WMK+OSUFwgEaGlp6fMLZbfbTVpaGqZpEggEaG1t1cX6Ccjr9ZKcnExzc3NcLtTl4AzDIDU1FcuyiEQiOk4nKNM0SU1NJRQK0draGu/mSA+8Xi+pqakYhkFbWxvt7e3xbpL0IDExEZ/PR1NTk0LYE5BpmqSnp8dC2KamJmzb7tM2uFwu0tPTsSwr3rtDRET6mAI+OeU5jhP7O5XbIIem43Pi03l0Yup8THR8+gcdpxNT9Ljove7EtP9xicdx0utCROTUpYBPpJPjMZzhQBda+4d6PS2n4RXxc6DjpmMSP705l3TcTjw6JieWQ51HB1tGxyx+dExOLAc7j6L/G49j5jiOXhMiIqcwBXwix1kkEqGhoaHbEA3LsmhqaooN0fX7/V3uT0xMJCUlJd7NFzlh+P1+mpqaut3e3NyM2+0mEonQ1tbW7VzTuSTyiQOdR263m8bGRgzDoL29nWAw2OV+nUcin7Btm/r6+m6fN4Zh0NraimVZhEIh2tvbuwR9Oo9EROR4UsAncpw5joPf7+9WKyc6KYBpmgSDwS5fphzHiU3AISIdIpFIj3XBHMfB5XIRiUQIBAJdvnDpXBLp6kDnUSgUin1OBYNBQqFQ7D6dRyJdOY5DIBDoVvPVMAwcx8GyLMLhMIFAoEuvPp1HIiJyPCngE+lD0WET0Yu96L8Nw4hdFHa+TUS663we7X8O9XT+6FwS6a7zedGbzyQR6VlP13adP486LyMiInI8mfFugIiIiIiIiIiIiBw5BXwiIiIiIiIiIiL9mAI+ERERERERERGRfkwBn4iIiIiIiIiISD+mgE9ERERERERERKQfU8AnIiIiIiIiIiLSjyngExERERERERER6ccU8ImIiIiIiIiIiPRjCvhERERERERERET6MQV8IiIiIiIiIiIi/ZgCPhERERERERERkX5MAZ+IiIiIiIiIiEg/poBPRERERERERESkH1PAJyIiIiIiIiIi0o8p4BMREREREREREenHFPCJiIiIiIiIiIj0Ywr4RERERERERERE+jEFfCIiIiIiIiIiIv2YAj4REREREREREZF+TAGfiIiIiIiIiIhIP6aAT0REREREREREpB9TwCciIiIiIiIiItKPKeATERERERERERHpxxTwiYiIiIiIiIiI9GMK+ERERERERERERPoxBXwiIiIiIiIiIiL9mAI+ERERERERERGRfkwBn4iIiIiIiIiISD+mgE9ERERERERERKQfU8AnIiIiIiIiIiLSjyngExERERERERER6cdc8W6AyKnHAcBfb9DcCO4ESMiLd5tEREREREREpL9SDz6ReHAMmrYbbHzXYfsyh4jfiXeLRERERERERKSfUsAnEi822CGww05Hnz4j3g0SERERERERkf5IAZ9IPBko2BM5Ig7GvnOn5/9Vr1gRERERETl1qAafiIj0Mx3hnR0xsEMG7e1gOA4YEAEMl4HpdlDIJyIiIiIipwoFfCIi0m8YBkSCBm27TVq2WbTuNokETRy7o0ef6faQkGGTXBQhOT+C5VPIJyIiIiIiJz8FfCcZ27ZpaGggEomQnZ2NafZuFLbjOITDYcLhMG63G8uyMIz4jR11HIe9e/cSCATIzs7G5er+Ug2FQgSDQXw+H5Zlxa2tInKcOcSGsvsbTPasdtG41SLUbuA4xn4LGbTWmezdbJFcECGrPExqyr4lnE+G8YqIiIiIiJxMFPCdZFpbW/nrX/9KQkICX/ziF/F4PL1ed+nSpSxatIgpU6YwduzYuD6PYDDIc889R1NTE1/96ldJTk7ucn84HObtt9+murqaT3/60+Tm5sa1vcdKz7XD1AMpHnoMglTbLT4MwDForjHZ9oGbllqrU7AXPVYd/3b2HZ5w0GDvZhf+BoMEyyI9DUyXA46hupciIiIiInLSUcB3ktm9ezdLly7l3HPP7bHX28GsX7+eefPmUVBQEPeAr76+nsWLFzNy5MhuIaVt2yxdupTHHnsM0zQ599xz+3fA54AT6SgeFgstHAc73DHLrqM0In4csE2IhDr+7JDCoXgwDGiqtlj79wSagy2AccCeeJ1vdxzwN5ms/4ePRNwUnBkEo1N3QBERERERkZOEAr6TzIYNGwgGg1RUVPR6eG6UYRhxHZbb2fr162lubmbEiBFdAr6Wlhbef/99nn76abZu3crgwYPj3dSj1t5ksPVfJobp+aRvmOFgNCZg1KfsCyQkXkzTwuWCUCgRx7Hj3ZxTVkutRVNzK96y3sdzxr5ZqptqLCr/lkDygAgpAyPqhCkiIiIiIicdBXwnkVAoxLp168jIyKCoqKjb/bZtE4lEsCzrsMM/6KiLF4lEAI5rjb5IJMLq1avx+XwMGjQo9thbtmzhpZde4q233iISiZCQkNCHe/f4MICQHxo2m0CnY2I6BDZ78G/wqrPRCcEBej/cXY4PT+GRnQ4OsHOFm5qFHobN9WNY6sUnIiIiIiInFwV8J5G6ujo2bNhAcXEx2dnZsdtbWlpYvXo1GzZsoKmpidTUVAoKCigvLycvL++QYV84HGbz5s2sWbOGXbt2YVkWhYWFVFRUUFRUhGmaNDU1sXz5clwuF6NHj+5SM2/r1q2sWbOGjIwMTj/99NjQYcdxWLt2LZs3b2b06NEUFhYC0NTUxMYNGykqKiI/Pz/Whqeeeoq3336bkSNHMm3aNP7xj38QDAaPer91Diod59h27dk/BHUc5yC13TqvB4bpgOYOOUEoDIq7ozg1DSAcMNj+oYchswP40p1jfq7L4dMx6HtH8nm3/3I6bicWHY++19O13aH05Xmk14SIyKlLAd9JZNu2bezcuZMZM2bg9XoB2Lt3L0899RRvvfUWlmWRlJSE3++nubmZsrIyrr76akaPHn3Abfr9fl5//XVefPFF6urqSEtLw7ZtmpqaKC4u5rLLLmPy5MkEAgFefPFFtm3bxh133MGo
<p>The vertical gray bars in the figure above represent timepoints where
the main R session is actually busy. Outside of these gray areas, the R
session is free to do other things, for example, executing other
<code>promises</code> or, more generally, non-<code>future</code> work.
The video below animates this behavior:</p>
<div class="vembedr" align="center">
<div>
<iframe class="vimeo-embed" src="https://player.vimeo.com/video/505286442" width="533" height="300" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen data-external="1"></iframe>
</div>
</div>
<div style="font-size: 20px; margin-top: 40px; text-align: right;">
<p>Next: <a href="promises_06_shiny.html">Using <code>promises</code>
with Shiny</a></p>
</div>
</div>
<!-- code folding -->
<!-- dynamically load mathjax for compatibility with self-contained -->
<script>
(function () {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
document.getElementsByTagName("head")[0].appendChild(script);
})();
</script>
</body>
</html>