Folia/patches/server
Spottedleaf 50ad6c3131 New scheduler API
Now, entity/global/location schedulers implement a generic run,
runDelayed, and runAtFixedRate methods that provide a ScheduledTask
value that can be used to interact with the scheduled task.

Add also an async task scheduler that implements the same methods,
except the delays/periods are in time and not ticks, as the scheduler
is independent of the server tick process.

Additionally, throw on some unimplemented APIs now.
2023-03-23 02:51:04 -07:00
..
0001-Build-changes.patch Add logo 2023-03-06 02:43:32 -08:00
0002-New-player-chunk-loader-system.patch Fix several issues, mostly saving pending teleporting entities 2023-03-01 19:12:31 -08:00
0003-Make-ChunkStatus.EMPTY-not-rely-on-the-main-thread-f.patch Initial commit 2023-02-23 08:13:45 -08:00
0004-Threaded-Regions.patch New scheduler API 2023-03-23 02:51:04 -07:00
0005-Increase-parallelism-for-neighbour-writing-chunk-sta.patch Rebase fixups 2023-03-12 15:04:00 -07:00
0006-Cache-whether-region-files-do-not-exist.patch Cache whether region files do not exist 2023-03-02 23:26:47 -08:00
0007-Max-pending-logins.patch Make max concurrent logins patch use maxJoinsPerTick config 2023-03-19 14:58:52 -07:00
0008-Add-chunk-system-throughput-counters-to-tps.patch Remove patches specific for stream 2023-03-19 14:53:06 -07:00
0009-Make-CraftEntity-getHandle-and-overrides-perform-thr.patch New scheduler API 2023-03-23 02:51:04 -07:00
0010-Disable-mid-tick-task-execution.patch New scheduler API 2023-03-23 02:51:04 -07:00
0011-Throw-UnsupportedOperationException-for-broken-APIs.patch New scheduler API 2023-03-23 02:51:04 -07:00