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

Async.invoke_later has no scheduler #65

Open
mmerickel opened this issue Oct 18, 2018 · 0 comments
Open

Async.invoke_later has no scheduler #65

mmerickel opened this issue Oct 18, 2018 · 0 comments

Comments

@mmerickel
Copy link

def invoke_later(self, fn):
if self.trampoline_enabled:
self._async_invoke_later(fn, scheduler)
else:
scheduler.call_later(0.1, fn)

Just from visual inspection this code is dependent on a scheduler variable that is not defined anywhere in scope.

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