intercept
inline fun <C : TorCmd<*>> intercept(crossinline intercept: (job: EnqueuedJob, cmd: C) -> C): TorCmdInterceptor<C>
Creates a TorCmdInterceptor for the specified TorCmd.
intercept should not throw exception. This will result in the executing job completing exceptionally.