Update 'impl_eventlet' docstring to reflect actual impl.
Change-Id: I6131fe747c5fb4ef6319a9c22ce029ba7a8e0268
This commit is contained in:
parent
b9e7623c30
commit
cb210cecb7
@ -28,10 +28,11 @@ class EventletExecutor(impl_pooledexecutor.PooledExecutor):
|
|||||||
"""A message executor which integrates with eventlet.
|
"""A message executor which integrates with eventlet.
|
||||||
|
|
||||||
This is an executor which polls for incoming messages from a greenthread
|
This is an executor which polls for incoming messages from a greenthread
|
||||||
and dispatches each message in its own greenthread.
|
and dispatches each message in its own greenthread powered async
|
||||||
|
executor.
|
||||||
|
|
||||||
The stop() method kills the message polling greenthread and the wait()
|
The stop() method kills the message polling greenthread and the wait()
|
||||||
method waits for all message dispatch greenthreads to complete.
|
method waits for all executor maintained greenthreads to complete.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, conf, listener, dispatcher):
|
def __init__(self, conf, listener, dispatcher):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user