Function concore::v1::init

Function Documentation

void concore::v1::init(const init_data &config = {})

Initializes the concore library.

This will initialize the library, with the given parameters. If the library is already initialized this will throw an

already_initialized exception.
Parameters
  • config: The configuration to be passed to the library; optional.

If this is not explicitly called the library will be initialized with default settings the first time that a global task needs to be executed.

See

shutdown(), is_initialized(), already_initialized, init_data