Opened this issue 10 years ago · 3 comments
Maybe called trigger()?
trigger()
This method should return a Future object that can be blocked on until execution completes.
Future
Fixed by 99581d8
My mistake, 99581d8 only implements the future portion of it; it doesn't trigger async execution. The remaining part should be easy to implement.