Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gevent
Commits
5858d226
Commit
5858d226
authored
Jan 20, 2022
by
Jason Madden
Committed by
GitHub
Jan 20, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1859 from aathan/master
Improved documentation of link() and rawlink()
parents
ae2cb5ae
f4555571
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
src/gevent/greenlet.py
src/gevent/greenlet.py
+6
-0
No files found.
src/gevent/greenlet.py
View file @
5858d226
...
...
@@ -948,6 +948,9 @@ class Greenlet(greenlet):
The *callback* will be called with this instance as an
argument.
The *callback* will be called even if linked after the greenlet
is already ready().
.. caution::
The *callback* will be called in the hub and
**MUST NOT** raise an exception.
...
...
@@ -967,6 +970,9 @@ class Greenlet(greenlet):
argument once this greenlet is dead. A callable is called in
its own :class:`greenlet.greenlet` (*not* a
:class:`Greenlet`).
The *callback* will be called even if linked after the greenlet
is already ready().
"""
# XXX: Is the redefinition of SpawnedLink supposed to just be an
# optimization, or do people use it? It's not documented
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment