Earlier today I was having some quality time seein...
# koin-contributors
f
Earlier today I was having some quality time seeing how it would go for supporting suspending methods in factories. I have something that works, but I'd rather know if this have some potential of getting merged before cleaning and polishing it. https://github.com/InsertKoinIO/koin/issues/388#issuecomment-670418088
a
interesting, not the first time people are asking for coroutines support. What kind of app do you have behind?
f
android. I added a few notes on the existing issue, so you could say my comments here are duplicates of what's there. In my case I've been optimizing some UI problems, and found that 310 ABP lib is slow to initialize.
some 90ms, but the UI thread is not the right place.