]> Nishi Git Mirror - gwion.git/commitdiff
:art: Test shred_join
authorfennecdjay <astor.jeremie@wanadoo.fr>
Fri, 11 Oct 2019 20:05:42 +0000 (22:05 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Fri, 11 Oct 2019 20:05:42 +0000 (22:05 +0200)
tests/tree/fork_join2.gw [new file with mode: 0644]

diff --git a/tests/tree/fork_join2.gw b/tests/tree/fork_join2.gw
new file mode 100644 (file)
index 0000000..0d20535
--- /dev/null
@@ -0,0 +1,2 @@
+fork { <<< __func__ >>>; second => now; } @=> Fork @f;
+f.join();