8000 gh-126137: improve docs for `loop.add_reader` and `loop.add_writer` by kumaraditya303 · Pull Request #128666 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-126137: improve docs for loop.add_reader and loop.add_writer #128666

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jan 9, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
improve docs
  • Loading branch information
kumaraditya303 committed Jan 9, 2025
commit dd061a19daa8683ca400904c30ff901fe88588f9
2 changes: 2 additions & 0 deletions Doc/library/asyncio-eventloop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ Scheduling callbacks
another thread, this function *must* be used, since :meth:`call_soon` is not
thread-safe.

This function is safe to be called from a re-entrant context or signal handler.

Raises :exc:`RuntimeError` if called on a loop that's been closed.
This can happen on a secondary thread when the main application is
shutting down.
Expand Down
Loading
0