Skip to content

Commit 696cd63

Browse files
committed
docs
1 parent 4fe2e06 commit 696cd63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Supabase/src/commonMain/kotlin/io/github/jan/supabase/collections/AtomicMutableMap.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import kotlinx.collections.immutable.persistentHashMapOf
55
import kotlin.concurrent.atomics.AtomicReference
66

77
/**
8-
* A multiplatform, thread-safe [MutableMap], implemented using AtomicFU. Thanks to the author of [klogging](https://github.com/klogging/klogging)!
8+
* A multiplatform, thread-safe [MutableMap], implemented using AtomicReference and PersistentMap.
99
*/
1010
@SupabaseInternal
1111
class AtomicMutableMap<K, V>(

0 commit comments

Comments
 (0)