io.taig.taigless.registry

Type members

Classlikes

abstract class Registry[F[_], A, B]

A thread-safe Map-like storage with advanced operations like getOrInsert and use that support long-running computations

A thread-safe Map-like storage with advanced operations like getOrInsert and use that support long-running computations

Companion:
object
object Registry
Companion:
class
abstract class Store[F[_], A, B] extends Registry[F, A, B]