mirror of
https://github.com/samsonjs/media.git
synced 2026-04-08 11:45:51 +00:00
Document that ConditionVariable instances start closed
PiperOrigin-RevId: 324002247
This commit is contained in:
parent
8c8ffe601d
commit
d0875ce790
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ public final class ConditionVariable {
|
|||
}
|
||||
|
||||
/**
|
||||
* Creates an instance.
|
||||
* Creates an instance, which starts closed.
|
||||
*
|
||||
* @param clock The {@link Clock} whose {@link Clock#elapsedRealtime()} method is used to
|
||||
* determine when {@link #block(long)} should time out.
|
||||
|
|
|
|||
Loading…
Reference in a new issue