Archiviert
13
0

Update documentation (may still need some work).

Dieser Commit ist enthalten in:
Kristian S. Stangeland 2012-10-01 04:59:27 +02:00
Ursprung c2b4b5fce3
Commit 961b34da38
2 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -182,7 +182,7 @@ public class AsyncFilterManager implements AsynchronousManager {
// Start the process // Start the process
getSendingQueue(syncPacket).enqueue(newEvent); getSendingQueue(syncPacket).enqueue(newEvent);
// We know this is occuring on the main thread, to pass TRUE // We know this is occuring on the main thread, so pass TRUE
getProcessingQueue(syncPacket).enqueue(newEvent, true); getProcessingQueue(syncPacket).enqueue(newEvent, true);
} }

Datei anzeigen

@ -18,6 +18,8 @@ import com.google.common.primitives.Longs;
/** /**
* Contains information about the packet that is being processed by asynchronous listeners. * Contains information about the packet that is being processed by asynchronous listeners.
* <p>
* Asynchronous listeners can use this to set packet timeout or transmission order.
* *
* @author Kristian * @author Kristian
*/ */