Distributed
1.0
▾ distributed
▸ actor
▸ asyncio
▸ batched
▸ bokeh
▸ cfexecutor
▸ cli
▸ client
▾ comm
▸ addressing
▸ core
▾ inproc
class
InProc
class
InProcBackend
class
InProcConnector
class
InProcListener
class
Manager
class
Queue
class
QueueEmpty
▸ registry
▸ tcp
▸ tests
▸ ucx
▸ utils
▸ compatibility
▸ config
▸ core
▸ counter
▸ dashboard
▸ deploy
▸ diagnostics
▸ diskutils
▸ event
▸ http
▸ lock
▸ locket
▸ metrics
▸ nanny
▸ node
▸ preloading
▸ process
▸ proctitle
▸ profile
▸ protocol
▸ publish
▸ pubsub
▸ pytest_resourceleaks
▸ queues
▸ recreate_exceptions
▸ scheduler
▸ security
▸ semaphore
▸ sizeof
▸ stealing
▸ system
▸ system_monitor
▸ tests
▸ threadpoolexecutor
▸ utils
▸ utils_comm
▸ utils_perf
▸ utils_test
▸ variable
▸ versions
▸ worker
▸ worker_client
Class Queue
distributed
.
comm
.
inproc
.
Queue
A single-reader, single-writer, non-threadsafe, peekable queue.
Declaration
class
Queue
source
link
Documentation
Methods
▷
def
__init__
(
self
)
source
link
▷
def
get
(
self
)
source
link
▷
def
get_nowait
(
self
)
source
link
▷
def
peek
(
self, default=_omitted
)
Get the next object in the queue without removing it from the queue.
source
link
▷
def
put_nowait
(
self, value
)
source
link
Generated by
nedoc
v0.9 at 2020-12-29 14:05