Runs the given function asynchronously, in the scope of the Ox concurrency scope in which this runner was created.
f should return promptly, not to obstruct execution of other scheduled functions. Typically, it should start a background fork.
f