Returns the ticker that's based on system clock. This is EXPERIMENTAL API and may subject to change. If you'd like it to be stabilized or have any feedback, please let us know . @since 1.24.0
()
| 52 | * @since 1.24.0 |
| 53 | */ |
| 54 | public static Ticker getSystemTicker() { |
| 55 | return SYSTEM_TICKER; |
| 56 | } |
| 57 | |
| 58 | /** |
| 59 | * Create a deadline that will expire at the specified offset based on the {@link #getSystemTicker |
no outgoing calls
no test coverage detected