Skip to content

Commit 3078250

Browse files
authored
Add some missing docstrings in manual (JuliaLang/julia#44642)
1 parent cfd801d commit 3078250

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# [Distributed Computing](@id man-distributed)
2+
Tools for distributed parallel processing.
23

34
```@docs
45
Distributed.addprocs
@@ -12,6 +13,7 @@ Distributed.interrupt
1213
Distributed.myid
1314
Distributed.pmap
1415
Distributed.RemoteException
16+
Distributed.ProcessExitedException
1517
Distributed.Future
1618
Distributed.RemoteChannel
1719
Distributed.fetch(::Distributed.Future)

0 commit comments

Comments
 (0)