File tree Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 1+ Manifest.toml
2+ build /
Original file line number Diff line number Diff line change 1+ [deps ]
2+ Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
Original file line number Diff line number Diff line change 1+ using Distributed
2+ using Documenter: DocMeta, makedocs, deploydocs
3+
4+ DocMeta. setdocmeta! (Distributed, :DocTestSetup , :(using Distributed); recursive= true )
5+
6+ makedocs (;
7+ modules = [Distributed],
8+ sitename = " Distributed" ,
9+ pages = Any[
10+ " Distributed" => " index.md" ,
11+ ],
12+ checkdocs = :exports ,
13+ warnonly = [:cross_references ],
14+ )
15+
16+ deploydocs (repo = " github.com/JuliaLang/Distributed.jl.git" )
Original file line number Diff line number Diff line change 11# [ Distributed Computing] (@id man-distributed)
2- Tools for distributed parallel processing.
32
43``` @docs
4+ Distributed
55Distributed.addprocs
66Distributed.nprocs
77Distributed.nworkers
@@ -31,18 +31,18 @@ Distributed.AbstractWorkerPool
3131Distributed.WorkerPool
3232Distributed.CachingPool
3333Distributed.default_worker_pool
34- Distributed.clear!(::CachingPool)
34+ Distributed.clear!
3535Distributed.remote
3636Distributed.remotecall(::Any, ::AbstractWorkerPool, ::Any...)
3737Distributed.remotecall_wait(::Any, ::AbstractWorkerPool, ::Any...)
3838Distributed.remotecall_fetch(::Any, ::AbstractWorkerPool, ::Any...)
3939Distributed.remote_do(::Any, ::AbstractWorkerPool, ::Any...)
40+ Distributed.@spawn
4041Distributed.@spawnat
4142Distributed.@fetch
4243Distributed.@fetchfrom
4344Distributed.@distributed
4445Distributed.@everywhere
45- Distributed.clear!(::Any, ::Any; ::Any)
4646Distributed.remoteref_id
4747Distributed.channel_from_id
4848Distributed.worker_id_from_socket
You can’t perform that action at this time.
0 commit comments