Traits Futures 0.2.0 documentation
index
modules
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
I
|
K
|
M
|
P
|
R
|
S
|
T
|
V
|
W
A
args (traits_futures.background_call.BackgroundCall attribute)
(traits_futures.background_iteration.BackgroundIteration attribute)
(traits_futures.background_progress.BackgroundProgress attribute)
B
background_task() (traits_futures.background_call.BackgroundCall method)
(traits_futures.background_iteration.BackgroundIteration method)
(traits_futures.background_progress.BackgroundProgress method)
(traits_futures.i_task_specification.ITaskSpecification method)
BackgroundCall (class in traits_futures.background_call)
BackgroundIteration (class in traits_futures.background_iteration)
BackgroundProgress (class in traits_futures.background_progress)
BackgroundTaskWrapper (class in traits_futures.wrappers)
BaseFuture (class in traits_futures.base_future)
C
callable (traits_futures.background_call.BackgroundCall attribute)
(traits_futures.background_iteration.BackgroundIteration attribute)
(traits_futures.background_progress.BackgroundProgress attribute)
CallBackgroundTask (class in traits_futures.background_call)
CallFuture (class in traits_futures.background_call)
cancel() (traits_futures.base_future.BaseFuture method)
(traits_futures.i_future.IFuture method)
cancellable (traits_futures.base_future.BaseFuture attribute)
(traits_futures.i_future.IFuture attribute)
CANCELLABLE_STATES (in module traits_futures.future_states)
CANCELLED (in module traits_futures.future_states)
CANCELLING (in module traits_futures.future_states)
close() (traits_futures.i_parallel_context.IParallelContext method)
(traits_futures.multithreading_context.MultithreadingContext method)
close_pipe() (traits_futures.null.message_router.MessageRouter method)
(traits_futures.qt.message_router.MessageRouter method)
closed() (traits_futures.i_parallel_context.IParallelContext property)
(traits_futures.multithreading_context.MultithreadingContext property)
COMPLETED (in module traits_futures.future_states)
connect() (traits_futures.null.message_router.MessageRouter method)
(traits_futures.qt.message_router.MessageRouter method)
CONTROL (in module traits_futures.wrappers)
CUSTOM (in module traits_futures.wrappers)
D
disconnect() (traits_futures.null.message_router.MessageRouter method)
(traits_futures.qt.message_router.MessageRouter method)
done (traits_futures.base_future.BaseFuture attribute)
(traits_futures.i_future.IFuture attribute)
DONE_STATES (in module traits_futures.future_states)
E
event() (traits_futures.i_parallel_context.IParallelContext method)
(traits_futures.multithreading_context.MultithreadingContext method)
exception() (traits_futures.base_future.BaseFuture property)
(traits_futures.i_future.IFuture property)
EXECUTING (in module traits_futures.future_states)
ExecutorState (in module traits_futures.traits_executor)
F
FAILED (in module traits_futures.future_states)
future (traits_futures.wrappers.FutureWrapper attribute)
future() (traits_futures.background_call.BackgroundCall method)
(traits_futures.background_iteration.BackgroundIteration method)
(traits_futures.background_progress.BackgroundProgress method)
(traits_futures.i_task_specification.ITaskSpecification method)
FutureState (in module traits_futures.future_states)
FutureWrapper (class in traits_futures.wrappers)
G
GENERATED (in module traits_futures.background_iteration)
GuiTestAssistant (class in traits_futures.null.gui_test_assistant)
(class in traits_futures.qt.gui_test_assistant)
I
IFuture (class in traits_futures.i_future)
IParallelContext (class in traits_futures.i_parallel_context)
ITaskSpecification (class in traits_futures.i_task_specification)
IterationBackgroundTask (class in traits_futures.background_iteration)
IterationFuture (class in traits_futures.background_iteration)
K
kwargs (traits_futures.background_call.BackgroundCall attribute)
(traits_futures.background_iteration.BackgroundIteration attribute)
(traits_futures.background_progress.BackgroundProgress attribute)
M
marshal_exception() (in module traits_futures.exception_handling)
message (traits_futures.i_future.IFuture attribute)
(traits_futures.null.message_router.MessageReceiver attribute)
(traits_futures.qt.message_router.MessageReceiver attribute)
message_router() (traits_futures.i_parallel_context.IParallelContext method)
(traits_futures.multithreading_context.MultithreadingContext method)
MessageReceiver (class in traits_futures.null.message_router)
(class in traits_futures.qt.message_router)
MessageRouter (class in traits_futures.null.message_router)
(class in traits_futures.qt.message_router)
MessageSender (class in traits_futures.null.message_router)
(class in traits_futures.qt.message_router)
MultithreadingContext (class in traits_futures.multithreading_context)
P
pipe() (traits_futures.null.message_router.MessageRouter method)
(traits_futures.qt.message_router.MessageRouter method)
PROGRESS (in module traits_futures.background_progress)
progress (traits_futures.background_progress.ProgressFuture attribute)
ProgressBackgroundTask (class in traits_futures.background_progress)
ProgressFuture (class in traits_futures.background_progress)
ProgressReporter (class in traits_futures.background_progress)
R
RAISED (in module traits_futures.wrappers)
receiver (traits_futures.wrappers.FutureWrapper attribute)
receiver_done (traits_futures.null.message_router.MessageRouter attribute)
(traits_futures.qt.message_router.MessageRouter attribute)
report() (traits_futures.background_progress.ProgressReporter method)
result() (traits_futures.base_future.BaseFuture property)
(traits_futures.i_future.IFuture property)
result_event (traits_futures.background_iteration.IterationFuture attribute)
RETURNED (in module traits_futures.wrappers)
run_until() (traits_futures.null.gui_test_assistant.GuiTestAssistant method)
(traits_futures.qt.gui_test_assistant.GuiTestAssistant method)
RUNNING (in module traits_futures.traits_executor)
running (traits_futures.traits_executor.TraitsExecutor attribute)
S
send() (traits_futures.null.message_router.MessageSender method)
(traits_futures.qt.message_router.MessageSender method)
send_control_message() (traits_futures.wrappers.BackgroundTaskWrapper method)
send_custom_message() (traits_futures.wrappers.BackgroundTaskWrapper method)
setUp() (traits_futures.null.gui_test_assistant.GuiTestAssistant method)
(traits_futures.qt.gui_test_assistant.GuiTestAssistant method)
STARTED (in module traits_futures.wrappers)
state (traits_futures.base_future.BaseFuture attribute)
(traits_futures.i_future.IFuture attribute)
(traits_futures.traits_executor.TraitsExecutor attribute)
stop() (traits_futures.traits_executor.TraitsExecutor method)
STOPPED (in module traits_futures.traits_executor)
stopped (traits_futures.traits_executor.TraitsExecutor attribute)
STOPPING (in module traits_futures.traits_executor)
submit() (traits_futures.traits_executor.TraitsExecutor method)
submit_call() (in module traits_futures.background_call)
(traits_futures.traits_executor.TraitsExecutor method)
submit_iteration() (in module traits_futures.background_iteration)
(traits_futures.traits_executor.TraitsExecutor method)
submit_progress() (in module traits_futures.background_progress)
(traits_futures.traits_executor.TraitsExecutor method)
T
tearDown() (traits_futures.null.gui_test_assistant.GuiTestAssistant method)
(traits_futures.qt.gui_test_assistant.GuiTestAssistant method)
TIMEOUT (in module traits_futures.null.gui_test_assistant)
(in module traits_futures.qt.gui_test_assistant)
Toolkit (class in traits_futures.toolkit_support)
toolkit (in module traits_futures.toolkit_support)
toolkit_object (in module traits_futures.null.init)
(in module traits_futures.qt.init)
toolkit_object() (traits_futures.toolkit_support.Toolkit property)
traits_futures (module)
traits_futures.api (module)
traits_futures.background_call (module)
traits_futures.background_iteration (module)
traits_futures.background_progress (module)
traits_futures.base_future (module)
traits_futures.exception_handling (module)
traits_futures.future_states (module)
traits_futures.i_future (module)
traits_futures.i_parallel_context (module)
traits_futures.i_task_specification (module)
traits_futures.multithreading_context (module)
traits_futures.null (module)
traits_futures.null.gui_test_assistant (module)
traits_futures.null.init (module)
traits_futures.null.message_router (module)
traits_futures.qt (module)
traits_futures.qt.gui_test_assistant (module)
traits_futures.qt.init (module)
traits_futures.qt.message_router (module)
traits_futures.toolkit_support (module)
traits_futures.traits_executor (module)
traits_futures.version (module)
traits_futures.wrappers (module)
TraitsExecutor (class in traits_futures.traits_executor)
V
version (in module traits_futures.version)
W
WAITING (in module traits_futures.future_states)
worker_pool() (traits_futures.i_parallel_context.IParallelContext method)
(traits_futures.multithreading_context.MultithreadingContext method)
Quick search