pub fn get_running_loop(py: Python<'_>) -> PyResult<&PyAny>
Get a reference to the Python Event Loop from Rust
Equivalent to asyncio.get_running_loop() in Python 3.7+.
asyncio.get_running_loop()