Updated on 2026-08-14
This commit is contained in:
parent
5024408d45
commit
4e81ef251d
19 changed files with 93 additions and 197 deletions
|
|
@ -22,5 +22,5 @@ class TestingCoroutineDispatcherProvider(
|
|||
override val main: CoroutineDispatcher = Dispatchers.Unconfined,
|
||||
override val io: CoroutineDispatcher = Dispatchers.Unconfined,
|
||||
override val single: CoroutineDispatcher = Executors.newFixedThreadPool(1).asCoroutineDispatcher(),
|
||||
|
||||
) : CoroutineDispatcherProvider
|
||||
) : CoroutineDispatcherProvider
|
||||
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@ package com.tangem.utils.extensions
|
|||
/**
|
||||
[REDACTED_AUTHOR]
|
||||
*/
|
||||
fun Char.isNotWhitespace(): Boolean = !this.isWhitespace()
|
||||
fun Char.isNotWhitespace(): Boolean = !this.isWhitespace()
|
||||
Loading…
Add table
Add a link
Reference in a new issue