File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -831,14 +831,14 @@ the critical section the code should be as quick as possible.
831831=head2 Lock::Async
832832
833833L<C<Lock::Async>|/type/Lock::Async> is a mutual exclusion mechanism much like
834- Lock, but it exposes its functionality through C< Promise>s, allowing the use of
834+ Lock, but it exposes its functionality through L<C<Promise>|/type/ Promise>s, allowing the use of
835835C<await> when waiting for a lock to become available, instead of blocking an
836836entire thread.
837837
838838Another difference is that it is not re-entrant, meaning that the lock is not
839839considered available to code that is C<protect>ed by the lock.
840840
841- C<Lock::Async> is more high-level than C< Lock>, but it is still considered a
841+ L< C<Lock::Async>|/type/Lock::Async> is more high-level than L<C<Lock>|/type/ Lock>, but it is still considered a
842842low-level primitive. Higher-level primitives should be preferred over mutating
843843shared data inside critical sections.
844844
You can’t perform that action at this time.
0 commit comments