in Threading ::
The time has come for you to start implementing multi-threaded code in your Delphi applications? The TThread class is too abstract for you?
Why not take a look at some threading libraries for Delphi. Threading "wrappers" hide all the complexity from you and expose only what is just-enough for you not to runaway from synchronization and critical sections for data protection.
The time has come for you to start implementing multi-threaded code in your Delphi applications? The TThread class is too abstract for you?
Why not take a look at some threading libraries for Delphi. Threading "wrappers" hide all the complexity from you and expose only what is just-enough for you not to runaway from synchronization and critical sections for data protection.
Read the full article to locate Threading Libraries For Delphi
Related:
Comments
No comments yet. Leave a Comment
