BackgroundWorker: Update warning

Minor mistake. I'm tired..
This commit is contained in:
Chris Speciale
2023-03-02 14:02:39 -05:00
committed by GitHub
parent 4ffc4422b2
commit 8de5ddbfbd

View File

@@ -18,9 +18,10 @@ import neko.vm.Thread;
@:fileXml('tags="haxe,release"')
@:noDebug
#end
@:deprecated("lime.system.BackgroundWorker is being deprecated since Lime 8.2.0, and it is recommended to use the lime.system.ThreadPool class instead.")
class BackgroundWorker
{
@:deprecated("Lime.system.BackgroundWorker is being deprecated since Lime 8.2.0, and it is recommended to use the Lime.system.ThreadPool class instead.")
private static var MESSAGE_COMPLETE = "__COMPLETE__";
private static var MESSAGE_ERROR = "__ERROR__";