BackgroundWorker: Update warning
Minor mistake. I'm tired..
This commit is contained in:
@@ -18,9 +18,10 @@ import neko.vm.Thread;
|
|||||||
@:fileXml('tags="haxe,release"')
|
@:fileXml('tags="haxe,release"')
|
||||||
@:noDebug
|
@:noDebug
|
||||||
#end
|
#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
|
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_COMPLETE = "__COMPLETE__";
|
||||||
private static var MESSAGE_ERROR = "__ERROR__";
|
private static var MESSAGE_ERROR = "__ERROR__";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user