Module citadel_sdk::prefabs::server::empty

source ·
Expand description

A non-reactive kernel that does no additional processing on top of the protocol

Structs§

  • A kernel that does nothing to events in the protocol, nor does it cause any requests. A server that allows any and all connections with no special handlers would benefit from the use of this kernel. This should never be used for interacting with peers/clients from the server, since to do so would deny the possibility of interacting with channels.