Module: tff.async_utils

Concurrency utilities for use with Python async.

Classes

class AsyncThreadRunner: Class which bridges async and synchronous synchronous interfaces.

class SharedAwaitable: A wrapper allowing async functions to be awaited from multiple places.