Module - fed_timer

Module - fed_timer#

Components Timeout Configuration Module

Classes

CustomThread([group, target, name, args, kwargs])

Custom Thread class.

PrepareTask(target_fn, timeout, args, kwargs)

PrepareTask class stores the decorated function metadata and instantiates either the asyncio or thread tasks to handle asynchronous and synchronous execution of the decorated function respectively.

SyncAsyncTaskDecoFactory()

Sync and Async Task decorator factory.

fedtiming(timeout)

FedTiming decorator factory.