parent
096d39609e
commit
8e9221bb5a
400 changed files with 3688 additions and 5969 deletions
|
|
@ -27,10 +27,6 @@ namespace Server.Network
|
|||
{
|
||||
private BlockingCollection<T> m_Queue = new BlockingCollection<T>(new ConcurrentQueue<T>());
|
||||
|
||||
public SendQueue()
|
||||
{
|
||||
}
|
||||
|
||||
public void Enqueue(T t)
|
||||
{
|
||||
m_Queue.Add(t);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue