We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5289381 commit 15f03beCopy full SHA for 15f03be
doc/Type/Lock.pod6
@@ -106,7 +106,7 @@ method condition(Lock:D: --> ConditionVariable:D)
106
=end code
107
108
Returns a condition variable. Compare
109
-L<http://web.stanford.edu/class/cs140/cgi-bin/lecture.php?topic=locks> or
+L<https://web.stanford.edu/~ouster/cgi-bin/cs140-spring14/lecture.php?topic=locks> or
110
L<https://en.wikipedia.org/wiki/Monitor_%28synchronization%29> for background.
111
112
my $l = Lock.new;
0 commit comments