Skip to content

Commit 1edd5e8

Browse files
committed
Async Runtime
1 parent 7ade97b commit 1edd5e8

File tree

3 files changed

+481
-0
lines changed

3 files changed

+481
-0
lines changed

godot-core/src/init/mod.rs

+3
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,9 @@ fn gdext_on_level_deinit(level: InitLevel) {
172172
// If lowest level is unloaded, call global deinitialization.
173173
// No business logic by itself, but ensures consistency if re-initialization (hot-reload on Linux) occurs.
174174

175+
#[cfg(since_api = "4.2")]
176+
crate::task::cleanup();
177+
175178
// Garbage-collect various statics.
176179
// SAFETY: this is the last time meta APIs are used.
177180
unsafe {

0 commit comments

Comments
 (0)