mirror of
https://github.com/fverdugo/XM_40017.git
synced 2025-11-08 19:44:23 +01:00
Merge pull request #56 from adityavenkatesh97/julia_distributed_typo
Fix typo for @pawnat -> @spawnat
This commit is contained in:
commit
c6c9aa97e7
@ -478,7 +478,7 @@
|
||||
"source": [
|
||||
"### `@async` vs `@spawnat`\n",
|
||||
"\n",
|
||||
"The relation between `@async` and `@pawnat` is obvious. From the user perspective they work almost in the same way. However, `@async` generates a task that runs asynchronously in the current process, whereas `@spawnat` executes a task in a remote process in parallel. In both cases, the result is obtained using `fetch`. "
|
||||
"The relation between `@async` and `@spawnat` is obvious. From the user perspective they work almost in the same way. However, `@async` generates a task that runs asynchronously in the current process, whereas `@spawnat` executes a task in a remote process in parallel. In both cases, the result is obtained using `fetch`. "
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -1445,7 +1445,7 @@
|
||||
],
|
||||
"metadata": {
|
||||
"kernelspec": {
|
||||
"display_name": "Julia 1.10.0",
|
||||
"display_name": "Julia 1.10.5",
|
||||
"language": "julia",
|
||||
"name": "julia-1.10"
|
||||
},
|
||||
@ -1453,7 +1453,7 @@
|
||||
"file_extension": ".jl",
|
||||
"mimetype": "application/julia",
|
||||
"name": "julia",
|
||||
"version": "1.10.0"
|
||||
"version": "1.10.5"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user