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 6edd6dd commit a0c5a2fCopy full SHA for a0c5a2f
test.rb
@@ -0,0 +1,9 @@
1
+$LOAD_PATH.unshift(File.expand_path("ext", __dir__))
2
+
3
+require "async"
4
5
+Async do
6
+ 2.times do
7
+ system "echo #{_1}"
8
+ end
9
+end
0 commit comments