slint/api/sixtyfps-node/native
Simon Hausmann 0e04149868 Fix single shot timer leaks in the nodejs api
As discussed, don't use the persistent context approach for single
shot timers but store the callback directly in the global object
and "delete" it afterwards.
2020-12-19 13:49:41 +01:00
..
build.rs Update license header to mention that commertial option are available 2020-08-26 13:23:42 +02:00
Cargo.toml Fix single shot timer leaks in the nodejs api 2020-12-19 13:49:41 +01:00
js_model.rs Move Type and related concepts in a different module 2020-10-23 11:17:14 +02:00
lib.rs Fix single shot timer leaks in the nodejs api 2020-12-19 13:49:41 +01:00
persistent_context.rs Fix single shot timer leaks in the nodejs api 2020-12-19 13:49:41 +01:00