Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def foo(runq, callback):
- do_something_with_runq(runq)
- bar()
- def bar(callback):
- baz(callback)
- def baz(callback):
- callback(get_global_runq()) <-- this
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement