success = 0undefined = 1error = 2endpoint_not_connected = 3no_principal_found = 4no_upstream_servers_available = 5no_resources = 6Various kernel flags.
deleted = 1<<0carries_parent = 1<<1parent_is_id = 1<<2principal_is_id = 1<<3transactional = 1<<4send_to_superior_node = 1<<5send_to_subordinate_node = 1<<6new_thread = 1<<7using flag = kernel_flagusing duration = clock_type::durationusing time_point = clock_type::time_pointusing clock_type = std::chrono::system_clockcarries_parent() const -> boolisset(kernel_flag f) const -> boolunsetf(kernel_flag f) -> voidsetf(kernel_flag f) -> voidflags(kernel_flag rhs) -> voidflags() const -> kernel_flagnew_thread() const -> boolscheduled() const -> boolafter(duration delay) -> voidat(time_point t) -> voidat() const -> time_pointreturn_code(exit_code rhs) -> voidreturn_code() const -> exit_codeoperator=(kernel_base &&) -> kernel_base &kernel_base(kernel_base &&)operator=(const kernel_base &) -> kernel_base &kernel_base(const kernel_base &)~kernel_base()virtualkernel_base()