continueWith instance method

I was looking at using the new continuations API to chain together jobs, but I’m using the instance method form of enqueue<> (rather than the static method one).

continueWith only seems to support static methodCalls, is that just because it’s a new feature?

For now, I’ll stick with enqueuing each job at the end of the one before, but it’d be nice to decouple them with continuations!

Thanks!

This is an oversight that hopefully will be fixed in the next version:

Ah that’s good to know! I look forward to that release.