CacheableFireAndForgetMutationWithNoInput
class CacheableFireAndForgetMutationWithNoInput<TError : Throwable>(howTo: suspend () -> Unit, cache: OnHandCache, dispatcher: CoroutineDispatcher = Dispatchers.Default)
Constructors
Link copied to clipboard
constructor(howTo: suspend () -> Unit, cache: OnHandCache, dispatcher: CoroutineDispatcher = Dispatchers.Default)