I\'m trying to use a coroutine function outside of the event loop. (In this case, I want to call a function in Django that could also be used inside the event loop too)
About case #2: Blocking code should be at least wrapped with .run_in_executor.