Function initialize

Source
pub fn initialize(handle: Handle)
Expand description

Initialize the Hyperactor runtime. Specifically:

  • Set up panic handling, so that we get consistent panic stack traces in Actors.
  • Initialize logging defaults.
  • Store the provided tokio runtime handle for use by the hyperactor system.