From: Felix Domke Date: Sun, 19 Feb 2006 23:09:06 +0000 (+0000) Subject: added the most important part X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=0b7d760a5cde7fc6efa6fe2cfa49b29df0386dab added the most important part --- diff --git a/doc/RULES b/doc/RULES index 3374766..a628363 100644 --- a/doc/RULES +++ b/doc/RULES @@ -93,3 +93,10 @@ after. Empty lines are definitely preferred to save bandwidth. An ascii file ends with \n, and preferrable not with other empty lines. That means: make sure the last line doesn't contain any characters, thanks. + +5.-99.) Threads are bad. + +(Unless they are worker threads. And sleep()ing is definitely not working. +So if you every having a thread which sleeps, you did something wrong. There +are eTimers, and not knowing how to use them is no excuse to throw aways all +enigma code design concepts.)