Closed rksm closed 2 years ago
Added support for getting lib reload events. Inside a hot_module, the following creates a function that can be used to subscribe:
hot_module
#[lib_change_subscription] pub fn subscribe() -> std::sync::mpsc::Receiver<hot_lib_reloader::ChangedEvent> {}
Added support for getting lib reload events. Inside a
hot_module
, the following creates a function that can be used to subscribe: