We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f44f5 commit ec8482aCopy full SHA for ec8482a
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