launch

suspend fun launch(queryInput: TInput, onEachSuccess: suspend (TData) -> Unit? = null, onError: suspend (TError) -> Unit? = null)