mirror of
https://github.com/androidx/media.git
synced 2025-05-09 16:40:55 +08:00
Document that ConditionVariable instances start closed
PiperOrigin-RevId: 324002247
This commit is contained in:
parent
7b300ca411
commit
c8f039f0a9
@ -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
|
* @param clock The {@link Clock} whose {@link Clock#elapsedRealtime()} method is used to
|
||||||
* determine when {@link #block(long)} should time out.
|
* determine when {@link #block(long)} should time out.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user