Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 388 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 388 Bytes

FlowRa

A workflow engine designed with multithreading in mind. The application can and needs to be extended with plugins.

Introduction

The idea is that this program is run with a simple script and that everything else including threading is done by the plugins.

Dependencies

The code was written with C++ 17 in mind and needs the following dependencies:

  • boost
  • FlowUtils