1 Nov
2014
1 Nov
'14
1:47 a.m.
I want to end/exit/destroy a sporked shred. In this example code, I attempt to exit a sporked function. When executed, the shred doesn't stop as I'd expect. fun void foo(){ 1::week => now;
} spork ~ foo() @=> Shred shred; 2::second => now; shred.exit(); 1::week => now;
How can I exit the sporked shred?
3668
Age (days ago)
3668
Last active (days ago)
0 comments
1 participants
participants (1)
-
Will Hardwick-Smith