![]() # Objective - We sometimes want to spawn things on startup that only exist in the RenderApp but right now there's no equivalent to the Startup schedule on the RenderApp so we need to do all of that in the plugin build/finish code ## Solution - Add a RenderStartup schedule that runs on the RenderApp after the plugins are initialized ## Testing - I ported the custom_post_processing example to use this new schedule and things worked as expected. I will push the change in a follow up PR |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |