main loop and timer efficiency

This commit is contained in:
mark 2006-06-19 17:28:24 +00:00
parent 0889404d83
commit 5f07f81fe1
8 changed files with 29 additions and 7 deletions

View file

@ -85,6 +85,8 @@ namespace Server.Network
{
lock ( this )
m_Queue.Enqueue( ns );
Core.Set();
}
public void Slice()