Skip to content

clean and reset

Compare
Choose a tag to compare
@wlandau wlandau released this 14 Sep 12:35
  • Add a new $clean() method to remove pushed messages from the database file.
  • Add a new $reset() method to remove all messages from the database file, pushed or not.
  • Add new $establish() and $txtq_establish() methods to do the most important work initializing the queue.
  • Ensure all public/API methods are one-liners that call private methods.