txaio._unframework

This provides a version of the API which only throws exceptions; this is the default so that you have to pick asyncio or twisted explicitly by calling .use_twisted() or .use_asyncio()

Attributes

Functions

_throw_usage_error(*args, **kw)

Module Contents

IFailedFuture[source]
ILogger[source]
_throw_usage_error(*args, **kw)[source]
add_callbacks[source]
add_log_categories[source]
as_future[source]
call_later[source]
cancel[source]
config[source]
create_failure[source]
create_future[source]
create_future_error[source]
create_future_success[source]
failure_format_traceback[source]
failure_message[source]
failure_traceback[source]
gather[source]
get_global_log_level[source]
is_called[source]
is_future[source]
make_batched_timer[source]
make_logger[source]
perf_counter_ns[source]
reject[source]
resolve[source]
set_global_log_level[source]
sleep[source]
start_logging[source]
time_ns[source]
using_asyncio = False[source]
using_twisted = False[source]
with_config[source]