greenlet
stable
Getting Started
Motivation: Treating an Asynchronous GUI Like a Synchronous Loop
greenlet Concepts
Creating And Executing Greenlets
Switching Between Greenlets: Passing Objects and Control
Reference Material
Python API Reference
C API Reference
Changes
Development Process
History And About
Advanced Usage
Greenlets and Python Threads
Context Variables (asyncio)
Garbage Collection and greenlets
Tracing And Profiling
Caveats and Known Issues
greenlet
Docs
»
Index
Edit on GitHub
Index
D
|
E
|
G
|
P
|
R
|
S
|
T
D
dead (greenlet.greenlet attribute)
E
error
G
getcurrent() (in module greenlet)
gettrace() (in module greenlet)
gr_context (greenlet.greenlet attribute)
gr_frame (greenlet.greenlet attribute)
greenlet (class in greenlet)
GreenletExit
P
parent (greenlet.greenlet attribute)
PyExc_GreenletError (C type)
PyExc_GreenletExit (C type)
PyGreenlet (C type)
PyGreenlet_ACTIVE (C function)
PyGreenlet_Check (C function)
PyGreenlet_GetCurrent (C function)
PyGreenlet_GetParent (C function)
PyGreenlet_Import (C function)
PyGreenlet_New (C function)
PyGreenlet_SetParent (C function)
PyGreenlet_STARTED (C function)
PyGreenlet_Switch (C function)
PyGreenlet_Throw (C function)
Python Enhancement Proposals
PEP 567
R
run (greenlet.greenlet attribute)
S
settrace() (in module greenlet)
switch() (greenlet.greenlet method)
T
throw() (greenlet.greenlet method)
Read the Docs
v: stable
Versions
latest
stable
Downloads
On Read the Docs
Project Home
Builds
Free document hosting provided by
Read the Docs
.