← Back to context

Comment by jkelleyrtp

3 days ago

Creator here - you only need one `subsecond::call` to hook into the runtime and it doesn't even need to be in your code - it can be inside a dependency.

Currently Dioxus and Bevy have subsecond integration so they get automatic hot-patching without any end-user setup.

We hope to release some general purpose adapters for axum, ratatui, egui, etc.

Could there be general purpose adapters for something like tokio more broadly so that if I have an app that’s not based on a framework I can leverage this?