From 2866d099a2b094cec3890aece7a6a9f66dccdd85 Mon Sep 17 00:00:00 2001 From: Joseph Cloutier Date: Thu, 15 Aug 2024 16:31:48 -0400 Subject: [PATCH] Remove external link. While I put a lot of effort into that guide, we're changing several things suddenly, and I don't have time to make sure it's up to date. --- src/lime/system/ThreadPool.hx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/lime/system/ThreadPool.hx b/src/lime/system/ThreadPool.hx index c33390a00..1f1ef98da 100644 --- a/src/lime/system/ThreadPool.hx +++ b/src/lime/system/ThreadPool.hx @@ -37,9 +37,7 @@ import lime._internal.backend.html5.HTML5Thread as Thread; `WorkOutput` object it receives. Calling `output.sendComplete()` will trigger an `onComplete` event on the main thread. - @see `lime.system.WorkOutput.WorkFunction` for important information about - `doWork`. - @see https://player03.com/openfl/threads-guide/ for a tutorial. + @see `lime.system.WorkOutput.WorkFunction` for important information about `doWork`. **/ #if !lime_debug @:fileXml('tags="haxe,release"')