Skip to content

Commit

Permalink
[hxb] temp fix (import has not working currently)
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Jul 10, 2023
1 parent dae78f1 commit 5c2162f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion std/eval/_std/sys/thread/EventLoop.hx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ package sys.thread;

import eval.luv.Loop;
import eval.luv.Async;
import eval.luv.Timer as LuvTimer;
// import eval.luv.Timer as LuvTimer;
import haxe.MainLoop;

typedef LuvTimer = eval.luv.Timer;

/**
When an event loop has an available event to execute.
**/
Expand Down

0 comments on commit 5c2162f

Please sign in to comment.