AsyncInterruptor        An interruptor useful for stopping child
                        processes.
AsyncProgress           A progress bar object where inc and set are
                        usable within other processes
Consumer                A Class for reading and executing tasks from a
                        source
Producer                A Class for sending signals to a source
RedisSource             Reads and writes the queue to a redis db
ShinyConsumer           A Consumer class with common task handlers
                        useful in Shiny apps
ShinyProducer           A Producer with methods specific for Shiny
TextFileSource          Reads and writes the queue to a text file
defaultSource           Get/set the class used to sink/read from the
                        file system
ipc-package             Tools for performing async communication
                        between workers in shiny
queue                   Create a Queue object
redisConfig             Get/set redis configuration
redisIdGenerator        Get/set the location for temporary files
shinyExample            Run Example Shiny Apps
shinyQueue              Create a Queue object
stopMulticoreFuture     Stops a future run in a multicore plan
tempFileGenerator       Get/set the location for temporary files
