Function futuresdr::runtime::init

source ·
pub fn init()
Expand description

Initialize runtime

This function does not have to be called. Once a Runtime is started, this function is called automatically.

At the moment, this only enables logging. Calling it manually, allows using FutureSDR logging before a Runtime is started.