Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 9209af625ca09296ee280e21ebda79846a9a7fab
https://github.com/perl6/specs/commit/9209af625ca09296ee280e21ebda79846a9a7fab
Author: jnthn <[email protected]>
Date: 2013-11-06 (Wed, 06 Nov 2013)
Changed paths:
M S17-concurrency.pod
Log Message:
-----------
$lock.run => $lock.protect
The lock doesn't run anything, after all. It was named as such in a
vague attempt at consistency with Promise.run and Thread.run (as in,
"run this under the lock"), but those two are now .start, and having
$lock.start({ ... }) is most certainly wrong-sounding.