Skip to content

Commit

Permalink
Applied CR suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjoel committed Feb 23, 2025
1 parent 32bcb81 commit e8041d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/src/ecosystem/async-await.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ your codebase to manage the runtimes of both.


## Additional Information
- Managing event loop references can be tricky with `pyo3-async-runtimes`. See [Event Loop References](https://docs.rs/pyo3-async-runtimes/#event-loop-references) in the API docs to get a better intuition for how event loop references are managed in this library.
- Managing event loop references can be tricky with `pyo3-async-runtimes`. See [Event Loop References](https://docs.rs/pyo3-async-runtimes/#event-loop-references-and-contextvars) in the API docs to get a better intuition for how event loop references are managed in this library.
- Testing `pyo3-async-runtimes` libraries and applications requires a custom test harness since Python requires control over the main thread. You can find a testing guide in the [API docs for the `testing` module](https://docs.rs/pyo3-async-runtimes/latest/pyo3_async_runtimes/testing)

0 comments on commit e8041d0

Please sign in to comment.