mirror of
https://github.com/samsonjs/media.git
synced 2026-04-16 13:05:46 +00:00
Document that ConditionVariable instances start closed
PiperOrigin-RevId: 324002247
This commit is contained in:
parent
7b300ca411
commit
c8f039f0a9
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ public 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