diff --git a/404.html b/404.html index 17fcafe..7a2aae3 100644 --- a/404.html +++ b/404.html @@ -1 +1 @@ -
Definition of the contract for implementing listeners to receive CacheEvents from a Cache.
A time source that has programmatically updatable readings with support for multi-threaded access in Kotlin/Native.
Implementation is identical to kotlin.time.TestTimeSource except the internal reading is an AtomicLong.
Added new targets: - watchosArm64
- watchosSimulatorArm64
- watchosX64
FakeTimeSource
is now public - #30
state-collections
to fix JVM concurrency issue - #23Added new targets: - linuxX64
- macosArm64
fakeTimeSource
in Cache.Builder
has been renamed to timeSource
, and the FakeTimeSource
implementation has been removed (still available in our tests) - #20This release adds support for new native memory model and drops support for the old one. Many thanks to @dcvz for the contribution.
Added new targets: - iosSimulatorArm64
- macosArm64
- tvosArm64
- tvosSimulatorArm64
- tvosX64
fun newBuilder()
to operator fun invoke()
- #7.Initial release.
Added new targets: - watchosArm64
- watchosSimulatorArm64
- watchosX64
FakeTimeSource
is now public - #30
state-collections
to fix JVM concurrency issue - #23Added new targets: - linuxX64
- macosArm64
fakeTimeSource
in Cache.Builder
has been renamed to timeSource
, and the FakeTimeSource
implementation has been removed (still available in our tests) - #20This release adds support for new native memory model and drops support for the old one. Many thanks to @dcvz for the contribution.
Added new targets: - iosSimulatorArm64
- macosArm64
- tvosArm64
- tvosSimulatorArm64
- tvosX64
fun newBuilder()
to operator fun invoke()
- #7.Initial release.