Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DetermineTableName ¶
DetermineTableName determines the table name to use for the queue. If the fileName is empty, we use a unique table name. Otherwise, we use the fileName as the table name.
func MakeNotifyChan ¶
func MakeNotifyChan() chan struct{}
MakeNotifyChan creates a new channel with a buffer of 1. This is used to notify the queue that an item has been enqueued. I'm not sure if this is the best way to do this, but it works for now.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.