(ctx context.Context, spec taskpkg.EnqueueRun, actor taskpkg.ActorContext)
| 248 | actor taskpkg.ActorContext, |
| 249 | ) (*taskpkg.Task, error) |
| 250 | EnqueueRun(ctx context.Context, spec taskpkg.EnqueueRun, actor taskpkg.ActorContext) (*taskpkg.Run, error) |
| 251 | ClaimRun( |
| 252 | ctx context.Context, |
| 253 | runID string, |
no outgoing calls