Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: b608ca3f9db2e259bc2846b55b5bce6f6d7d7be4
https://github.com/perl6/specs/commit/b608ca3f9db2e259bc2846b55b5bce6f6d7d7be4
Author: softmoth <[email protected]>
Date: 2013-11-03 (Sun, 03 Nov 2013)
Changed paths:
M S17-concurrency-jnthn.pod
Log Message:
-----------
Use Thread.start() consistently (vs. Thread.run())
Most examples use Thread.start(), but the early description uses Thread.run().
These should be consistent; since the method on a thread object is
$thread.start(), it seems one less thing to remember to call the class method
.start() as well.