mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2025-03-12 14:49:20 +01:00
Update documentation (may still need some work).
This commit is contained in:
parent
c2b4b5fce3
commit
961b34da38
@ -182,7 +182,7 @@ public class AsyncFilterManager implements AsynchronousManager {
|
||||
// Start the process
|
||||
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);
|
||||
}
|
||||
|
||||
|
@ -18,6 +18,8 @@ import com.google.common.primitives.Longs;
|
||||
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user