mirror of
https://github.com/fverdugo/XM_40017.git
synced 2025-12-29 18:28:31 +01:00
build based on c6c9aa9
This commit is contained in:
@@ -8086,7 +8086,7 @@ a.anchor-link {
|
||||
</div>
|
||||
<div class="jp-InputArea jp-Cell-inputArea"><div class="jp-InputPrompt jp-InputArea-prompt">
|
||||
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput" data-mime-type="text/markdown">
|
||||
<h3 id="@async-vs-@spawnat"><code>@async</code> vs <code>@spawnat</code><a class="anchor-link" href="#@async-vs-@spawnat">¶</a></h3><p>The relation between <code>@async</code> and <code>@pawnat</code> is obvious. From the user perspective they work almost in the same way. However, <code>@async</code> generates a task that runs asynchronously in the current process, whereas <code>@spawnat</code> executes a task in a remote process in parallel. In both cases, the result is obtained using <code>fetch</code>.</p>
|
||||
<h3 id="@async-vs-@spawnat"><code>@async</code> vs <code>@spawnat</code><a class="anchor-link" href="#@async-vs-@spawnat">¶</a></h3><p>The relation between <code>@async</code> and <code>@spawnat</code> is obvious. From the user perspective they work almost in the same way. However, <code>@async</code> generates a task that runs asynchronously in the current process, whereas <code>@spawnat</code> executes a task in a remote process in parallel. In both cases, the result is obtained using <code>fetch</code>.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user