Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MainLoop.add() creates indefinite hang on threaded platforms #10308

Closed
0b1kn00b opened this issue Jul 2, 2021 · 0 comments
Closed

MainLoop.add() creates indefinite hang on threaded platforms #10308

0b1kn00b opened this issue Jul 2, 2021 · 0 comments
Milestone

Comments

@0b1kn00b
Copy link

0b1kn00b commented Jul 2, 2021

class Main{
 static public function main(){
  event = null;
  event = haxe.MainLoop.add(
     () -> {
      event.stop();
     }
  )
 }
}

Does not return, at least on neko and interp.

@RealyUniqueName RealyUniqueName added this to the Bugs milestone Jul 2, 2021
@RealyUniqueName RealyUniqueName modified the milestones: Bugs, Hotfix Jul 2, 2021
RealyUniqueName added a commit that referenced this issue Jul 27, 2021
RealyUniqueName added a commit that referenced this issue Jul 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants