facebookarchive/sparts

Support for triggering in-thread execution of `PeriodicTask`

Opened this issue · 3 comments

fmoo commented

Maybe called trigger()?

fmoo commented

This method should return a Future object that can be blocked on until execution completes.

fmoo commented

Fixed by 99581d8

fmoo commented

My mistake, 99581d8 only implements the future portion of it; it doesn't trigger async execution. The remaining part should be easy to implement.