How do I design a “conveyor” of operations with OmniThreadLibrary?
问题 I have a Windows Delphi application with "Start" and "Stop" menu items accessible via a notification icon. After click on "Start", I need to do the following (as I see implementation): ThreadMonitor : The first thread is waiting for the appearance of the specified file in the specified folder. ThreadParse : Once the file appears, it should be transferred to another thread (for parsing content) and continue monitoring for the next file. ThreadDB : Once all data are parsed, save them into MySQL