Merge pull request #57 from michaellenaghan/fix
Fix doc bug. original commit: 4a169578ba2f6cb8962869d472dffdec22f94476
This commit is contained in:
commit
c2557fefed
|
@ -295,7 +295,7 @@ can attempt to lock the lock via \scheme{ftype-lock!} or \scheme{ftype-spin-lock
|
|||
Once the lock has been locked and before it is unlocked, further
|
||||
attempts to lock the lock fail, even by the process or thread that
|
||||
most recently locked it.
|
||||
Locks can be unlocked, via \scheme{ftype-lock!}, by any process or thread,
|
||||
Locks can be unlocked, via \scheme{ftype-unlock!}, by any process or thread,
|
||||
not just by the process or thread that most recently locked the lock.
|
||||
|
||||
The lock mechanism provides little structure, and mistakes
|
||||
|
|
Loading…
Reference in New Issue
Block a user