Dispatch the tasks in the queue.
(ctx context.Context, consumerID string)
| 45 | |
| 46 | // Dispatch the tasks in the queue. |
| 47 | Dispatch(ctx context.Context, consumerID string) error |
| 48 | |
| 49 | // Pop pops the most recent task in the schedule, for which timestamp is in range [0, time.Now()], the value of |
| 50 | // the queue goes through the registered callback and determines which one should be called. |
no outgoing calls
no test coverage detected