FirstUser returns UserIndex that starts iteration over user queues from the very first user.
()
| 41 | |
| 42 | // FirstUser returns UserIndex that starts iteration over user queues from the very first user. |
| 43 | func FirstUser() UserIndex { |
| 44 | return UserIndex{last: -1} |
| 45 | } |
| 46 | |
| 47 | // Request stored into the queue. |
| 48 | type Request interface { |
no outgoing calls