mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 05:57:03 +05:30
fix(core): remove unused DispatcherProvider#unconfined
This commit is contained in:
parent
cb4c85b41c
commit
5870af4017
1 changed files with 0 additions and 2 deletions
|
@ -23,8 +23,6 @@ interface DispatcherProvider {
|
|||
|
||||
fun io(): CoroutineDispatcher = Dispatchers.IO
|
||||
|
||||
fun unconfined(): CoroutineDispatcher = Dispatchers.Unconfined
|
||||
|
||||
fun database(): CoroutineDispatcher = Dispatchers.IO.limitedParallelism(1)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue