Lazy Module
Koin Lazy Module - an implementation of Lazy<Module>.
Accepts a lambda that initializes a Module via lazy() using LazyThreadSafetyMode.SYNCHRONIZED as thread-safety mode.
This ensures thread-safe lazy initialization, which is important when loading modules in parallel background coroutines.
Author
Chris Paleopanos
Arnaud Giuliani
Parameters
module Initializer
a lambda that will be used to initialize a Module lazily