Comment cleanup
This commit is contained in:
@@ -28,10 +28,13 @@ import java.util.HashSet;
|
|||||||
import static engine.net.MessageDispatcher.dispatchCount;
|
import static engine.net.MessageDispatcher.dispatchCount;
|
||||||
import static engine.net.MessageDispatcher.maxRecipients;
|
import static engine.net.MessageDispatcher.maxRecipients;
|
||||||
|
|
||||||
/*
|
// MB Dev Notes:
|
||||||
* Dispatch Message is the main interface to Magicbane's threaded
|
// Dispatch Manager is the main interface to the threaded async message
|
||||||
* async message delivery system.
|
// delivery system used by Magicbane.
|
||||||
*/
|
//
|
||||||
|
// A Dispatch is .borrowed() and used to wrap an outgoing protocol message.
|
||||||
|
// A distribution list is created and passed to the MessageDispatcher for
|
||||||
|
// delivery.
|
||||||
|
|
||||||
public enum DispatchManager {
|
public enum DispatchManager {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user