Skip to content

moorscode/command-queue-concept

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command Queue concept

A simple testing concept to see how a Queue, Command pattern and seperation of adding and handling a queue could be setup. Sparked from my newly found gem of inspiration: Design Patterns.

** beware over use of design patterns might be in effect **

The implemented MemoryStorage is the least interesting one, because there would be only once source of command and one queue to handle them.

Features

  1. Priority
  2. Dependency

Todo

A time-based priority offset, an algorithm to surface items that have been in the queue for a long time.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages