1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-05 18:41:05 +00:00
luanti/src/script
y5nw f390137d6e
Add API to cancel async jobs (#14602)
* Implement API to cancel async jobs

Co-authored-by: sfan5 <sfan5@live.de>

* update AsyncJob:cancel documentation from review

* Use IPC to unblock async

* review

* review async unblocking

* review

* Apply suggestions from code review

Co-authored-by: sfan5 <sfan5@live.de>

* minor licensing

---------

Co-authored-by: y5nw <y5nw@protonmail.com>
Co-authored-by: sfan5 <sfan5@live.de>
2025-08-26 12:40:31 +02:00
..
common Clean up unused Forward Declarations (#16324) 2025-08-02 10:07:45 +02:00
cpp_api Add API to cancel async jobs (#14602) 2025-08-26 12:40:31 +02:00
lua_api Add API to cancel async jobs (#14602) 2025-08-26 12:40:31 +02:00
CMakeLists.txt Include header files in CMake sources (#16297) 2025-07-12 13:23:35 +02:00
scripting_client.cpp In-game settings menu using separate Lua environment (#15614) 2025-01-19 13:07:04 -05:00
scripting_client.h In-game settings menu using separate Lua environment (#15614) 2025-01-19 13:07:04 -05:00
scripting_emerge.cpp Rename perlin noise to value noise (#15858) 2025-04-10 14:39:40 +02:00
scripting_emerge.h Refactor ScriptApiSecurity for cleaner separation of concerns 2024-11-13 14:22:41 +01:00
scripting_mainmenu.cpp Minor cleanups and logging changes 2025-07-16 11:42:54 +02:00
scripting_mainmenu.h Mainmenu: Move core.on_before_close to s_mainmenu like other callbacks, and doc 2025-04-23 09:31:06 +02:00
scripting_pause_menu.cpp PauseMenuScripting: resolve absolute 'builtin' path before substring check (#15720) 2025-02-02 19:04:50 +01:00
scripting_pause_menu.h In-game settings menu using separate Lua environment (#15614) 2025-01-19 13:07:04 -05:00
scripting_server.cpp Add API to cancel async jobs (#14602) 2025-08-26 12:40:31 +02:00
scripting_server.h Add API to cancel async jobs (#14602) 2025-08-26 12:40:31 +02:00