Driver exposes the underlying driver used by the client. API is not stable. DO NOT USE.
()
| 1417 | // |
| 1418 | // API is not stable. DO NOT USE. |
| 1419 | func (c *Client[TTx]) Driver() riverdriver.Driver[TTx] { |
| 1420 | return c.driver |
| 1421 | } |
| 1422 | |
| 1423 | // JobCancel cancels the job with the given ID. If possible, the job is |
| 1424 | // cancelled immediately and will not be retried. The provided context is used |
no outgoing calls