pub async fn project_on_exit(project: External<ProjectInstance>)
Expand description
Runs exit handlers for the project registered using the ExitHandler
API.
This is called by project_shutdown
, so if you’re calling that API, you shouldn’t call this
one.