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

Full support for joins on UI thread #3

Open
2 tasks
winitzki opened this issue Jul 23, 2014 · 0 comments
Open
2 tasks

Full support for joins on UI thread #3

winitzki opened this issue Jul 23, 2014 · 0 comments
Assignees

Comments

@winitzki
Copy link
Owner

  • A join must be fully operational even if it is defined on the UI thread and all its reactions are also on the UI thread: presently this would be a deadlock
  • In this case, the reactions should be using the runloop and not scheduling any background operations. The result should be just like scheduling some closures on the next runloop tick.
@winitzki winitzki self-assigned this Jul 23, 2014
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

1 participant