3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-09-29 06:30:16 +02:00
Velocity/proxy
Seppe Volkaerts e1d21c0c27 Reduce some context switches if a continuation is resumed during the event task.
When a continuation was called during the execution of an event task, and not from an asynchronous thread, continue on the thread where the event task was executed instead of scheduling an async task to do it later. Can happen when resuming because no async work needed to be done, and for some reason returning a null EventTask isn't an option.
2020-12-15 22:59:11 +01:00
..
src Reduce some context switches if a continuation is resumed during the event task. 2020-12-15 22:59:11 +01:00
build.gradle Update java version. Switch to caffeine cache to allow null values. 2020-12-15 13:05:32 +01:00