Skip to content

Implement goroutines with file ingest #14

Description

@iamt4nk

Requirements:
Must implement a queue data structure to hold messages to print. Guidelines should be as follows:

  1. The queue holds objects of lines to print.
  2. The first one gets kept in queue and always has the next message get printed out.
  3. When the queue object has a "completed" flag set, then it gets popped from the queue and then work on the next one begins.
  4. In this way a queue of queues will get implemented, to make sure that all rules where "printLog" is set to true get printed out in the correct order.

Once all queue messages are done, then execution has finished.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions