txaio._unframework
==================

.. py:module:: txaio._unframework

.. autoapi-nested-parse::

   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
----------

.. autoapisummary::

   txaio._unframework.IFailedFuture
   txaio._unframework.ILogger
   txaio._unframework.add_callbacks
   txaio._unframework.add_log_categories
   txaio._unframework.as_future
   txaio._unframework.call_later
   txaio._unframework.cancel
   txaio._unframework.config
   txaio._unframework.create_failure
   txaio._unframework.create_future
   txaio._unframework.create_future_error
   txaio._unframework.create_future_success
   txaio._unframework.failure_format_traceback
   txaio._unframework.failure_message
   txaio._unframework.failure_traceback
   txaio._unframework.gather
   txaio._unframework.get_global_log_level
   txaio._unframework.is_called
   txaio._unframework.is_future
   txaio._unframework.make_batched_timer
   txaio._unframework.make_logger
   txaio._unframework.perf_counter_ns
   txaio._unframework.reject
   txaio._unframework.resolve
   txaio._unframework.set_global_log_level
   txaio._unframework.sleep
   txaio._unframework.start_logging
   txaio._unframework.time_ns
   txaio._unframework.using_asyncio
   txaio._unframework.using_twisted
   txaio._unframework.with_config


Functions
---------

.. autoapisummary::

   txaio._unframework._throw_usage_error


Module Contents
---------------

.. py:data:: IFailedFuture

.. py:data:: ILogger

.. py:function:: _throw_usage_error(*args, **kw)

.. py:data:: add_callbacks

.. py:data:: add_log_categories

.. py:data:: as_future

.. py:data:: call_later

.. py:data:: cancel

.. py:data:: config

.. py:data:: create_failure

.. py:data:: create_future

.. py:data:: create_future_error

.. py:data:: create_future_success

.. py:data:: failure_format_traceback

.. py:data:: failure_message

.. py:data:: failure_traceback

.. py:data:: gather

.. py:data:: get_global_log_level

.. py:data:: is_called

.. py:data:: is_future

.. py:data:: make_batched_timer

.. py:data:: make_logger

.. py:data:: perf_counter_ns

.. py:data:: reject

.. py:data:: resolve

.. py:data:: set_global_log_level

.. py:data:: sleep

.. py:data:: start_logging

.. py:data:: time_ns

.. py:data:: using_asyncio
   :value: False


.. py:data:: using_twisted
   :value: False


.. py:data:: with_config

