File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -609,7 +609,7 @@ __Before you get started, I personally recommend taking a look at [Event Loop Re
609
609
}
610
610
```
611
611
4 . Replace conversions with their newer counterparts .
612
- > You may encounter some issues regarding the usage of `get_running_loop ` vs `get_event_loop `. For more details on these newer conversions and how they should be used see [Event Loop References and Thread - awareness ]( #event - loop - references - and - thread - awareness ).
612
+ > You may encounter some issues regarding the usage of `get_running_loop ` vs `get_event_loop `. For more details on these newer conversions and how they should be used see [Event Loop References ]( https : // awestlake87.github.io/pyo3-asyncio/master/doc/pyo3_asyncio/ #event-loop-references).
613
613
- Replace `pyo3_asyncio :: into_future ` with `pyo3_asyncio :: <runtime >:: into_future `
614
614
- Replace `pyo3_asyncio :: <runtime >:: into_coroutine ` with `pyo3_asyncio :: <runtime >:: future_into_py `
615
615
- Replace `pyo3_asyncio :: get_event_loop ` with `pyo3_asyncio :: <runtime >:: get_current_loop `
You can’t perform that action at this time.
0 commit comments