Types#

The Types module contains special types that are used throughout the DFF Messengers.

PollingInterfaceLoopFunction#

A function type used in PollingMessengerInterface to control polling loop. Returns boolean (whether polling should be continued).

alias of Callable[[], bool]