> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tilebox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# TaskRunner.Run

```go theme={"system"}
func (*TaskRunner) Run(ctx context.Context)
```

Run the task runner forever, looking for new tasks to run and polling for new tasks when idle.

<RequestExample>
  ```go Go theme={"system"}
  runner.Run(ctx)
  ```
</RequestExample>
