Package-level declarations

Types

Link copied to clipboard

Provides the DefaultTimeProvider singleton used by the SDAI core common layer.

Link copied to clipboard
interface TimeProvider

Defines the TimeProvider contract for the SDAI core common layer.

Functions

Link copied to clipboard
internal actual fun platformCurrentTimeMillis(): Long

Executes the platformCurrentTimeMillis step in the SDAI core common layer.

internal expect fun platformCurrentTimeMillis(): Long

Executes the platformCurrentTimeMillis step in the SDAI core common layer.

internal actual fun platformCurrentTimeMillis(): Long

Executes the platformCurrentTimeMillis step in the SDAI core common layer.

Link copied to clipboard
internal actual fun platformNanoTime(): Long

Executes the platformNanoTime step in the SDAI core common layer.

internal expect fun platformNanoTime(): Long

Executes the platformNanoTime step in the SDAI core common layer.

internal actual fun platformNanoTime(): Long

Executes the platformNanoTime step in the SDAI core common layer.