In other words, is Koin “single” definition thread...
# koin
j
In other words, is Koin “single” definition threadsafe?
h
According to Koin’s changelog, it has been since 0.7.1
Koin instances resolution is now thread safe and compatible with coroutines
j
I don’t see any synchronization locks in the code. Any idea how this is being accomplished?
Nevermind. Found it. Thank you @halley