X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/eaf53edbc38a2987348e92205a2fd2f1982bc2e1..2dd575b95694c126013c912526093ff4915f3398:/lmessages.pas?ds=sidebyside diff --git a/lmessages.pas b/lmessages.pas index 0dc159b..1302e29 100755 --- a/lmessages.pas +++ b/lmessages.pas @@ -3,6 +3,11 @@ which is included in the package ----------------------------------------------------------------------------- } +//this unit provides a rough approximation of windows messages on linux +//it is usefull for multithreaded applications on linux to communicate back to +//the main lcore thread +//This unit is *nix only, on windows you should use the real thing + unit lmessages; //windows messages like system based on lcore tasks interface