Pop pops the most recent task in the schedule, for which timestamp is in range [0, time.Now()], the value of the queue goes through the registered callback and determines which one should be called.
(ctx context.Context, consumerID string)
| 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. |
| 51 | Pop(ctx context.Context, consumerID string) error |
| 52 | } |
| 53 | |
| 54 | // TaskQueueCloser is a function that closes the task queue. |
no outgoing calls
no test coverage detected