Thanks for implementing it! The only problem I ever had was how you can't bind 
var parameters, since it assumes you might be resuming the future in a 
different thread. object = await object.method(...) works for most of the time 
I'd want to pass a var object though.

Reply via email to