MikeSchulze / gdUnit4

A Godot Unit Test Framework. Support for GDScript and C# unit testing
MIT License
490 stars 28 forks source link

GD-497: Execute the test discovery in an additional thread so as not to block the main thread. #498

Closed MikeSchulze closed 1 month ago

MikeSchulze commented 1 month ago

Why

see https://github.com/MikeSchulze/gdUnit4/issues/497

What

Moved the time-consuming scanning part into an extra thread to not block the main thread anymore.