We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3679026 commit b39bd75Copy full SHA for b39bd75
src/Distributed.jl
@@ -5,6 +5,8 @@ Tools for distributed parallel processing.
5
"""
6
module Distributed
7
8
+# Hello world
9
+
10
# imports for extension
11
import Base: getindex, wait, put!, take!, fetch, isready, push!, length,
12
hash, ==, kill, close, isopen, showerror, iterate, IteratorSize
0 commit comments