tuweni / org.apache.tuweni.kv / MapKeyValueStore / <init>

<init>

MapKeyValueStore(map: MutableMap<K, V> = HashMap(), coroutineContext: CoroutineContext = Dispatchers.IO)

Open an in-memory key-value store.

Parameters

coroutineContext - the kotlin coroutine context

Constructor
Open an in-memory key-value store.