Add deprecation warning to BackgroundWorker.
I also reworded it, focusing on what to do.
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
package lime.system;
|
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;
|
typedef BackgroundWorker = ThreadPool;
|
||||||
|
|||||||
Reference in New Issue
Block a user