Add deprecation warning to BackgroundWorker.

I also reworded it, focusing on what to do.
This commit is contained in:
Joseph Cloutier
2023-03-02 14:30:23 -05:00
parent edc5ab3719
commit 9b9d433ce8

View File

@@ -1,3 +1,4 @@
package lime.system;
@:deprecated("Replace references to lime.system.BackgroundWorker with lime.system.ThreadPool. As the API is identical, no other changes are necessary.")
typedef BackgroundWorker = ThreadPool;