GeyserMC / Hydraulic

A companion mod to Geyser which allows for Bedrock players to join modded Minecraft: Java Edition servers.
MIT License
96 stars 19 forks source link

Use ThreadFactoryBuilder in PackListener #14

Closed Gaming32 closed 5 months ago

Gaming32 commented 5 months ago

I was initially going to implement multithreaded pack conversion, but noticed you already had. However, I noticed a missed opportunity to use Guava, so here's some Guava usage 🙃.