Added the #[seastar::main] macro as described in TODO that calls app_template::run under the hood, around the main function's contents. Right now it doesn't accept any arguments, but that is subject to change. Presumably, we'd like to pass the options that the Options struct represents as its arguments.
Added the
#[seastar::main]
macro as described in TODO that callsapp_template::run
under the hood, around themain
function's contents. Right now it doesn't accept any arguments, but that is subject to change. Presumably, we'd like to pass the options that theOptions
struct represents as its arguments.