8#ifndef SEN_KERNEL_DETAIL_KERNEL_FDW_H
9#define SEN_KERNEL_DETAIL_KERNEL_FDW_H
24class LocalParticipant;
34CustomTypeRegistry& getTypes(KernelImpl* kernel)
noexcept;
36void drainInputs(Runner* runner);
38void update(Runner* runner);
40void commit(Runner* runner);
Base class for implementing sen kernel components.
Definition component.h:34
Main entry point of a sen microkernel.
Definition kernel.h:40
Strong type for the unique identifier for a transport timer.
Definition native_object_impl.h:39