Updated on 2026-08-14
This commit is contained in:
parent
e7557659d3
commit
de222c7cb7
4 changed files with 4 additions and 0 deletions
|
|
@ -22,4 +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
|
||||
Loading…
Add table
Add a link
Reference in a new issue