Update documentation (may still need some work).
Dieser Commit ist enthalten in:
Ursprung
c2b4b5fce3
Commit
961b34da38
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren