We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbca46f commit 97e21aaCopy full SHA for 97e21aa
1 file changed
src/DistributedNext.jl
@@ -6,6 +6,8 @@ for the purposes of testing new things before merging upstream. Here be dragons!
6
"""
7
module DistributedNext
8
9
+# Hello world
10
+
11
# imports for extension
12
import Base: getindex, wait, put!, take!, fetch, isready, push!, length,
13
hash, ==, kill, close, isopen, showerror, iterate, IteratorSize
0 commit comments