Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 2d03d45dae6a2676db1a7c1ba2fcc2056433621c
https://github.com/perl6/specs/commit/2d03d45dae6a2676db1a7c1ba2fcc2056433621c
Author: Larry Wall <[email protected]>
Date: 2013-11-13 (Wed, 13 Nov 2013)
Changed paths:
M S17-concurrency.pod
Log Message:
-----------
tweak .join to .finish (to complement .start)
Avoiding unfortunate name collision with Str.join in the usersphere.
Since we're trying to preserve OO notions, we tell the thread to finish
(implying we'll wait for them) rather than use a method name like 'await',
which makes no sense as a message to a thread object, since waiting is
not what the thread is supposed to do.