use ;
/// This is the core of the library, in short you need to supply a function that
/// when called returns async futures that can be polled.
pub type ServerGenerator = ;
/// This is the return type for the async tasks, the future's return type is to indicate
/// to the wrapper if it should keep being executed.
pub type ServerGeneratorResult = ;
/// The various options on if it should continue to execute the server again.