poggit / libasynql

Asynchronous MySQL access library for PocketMine plugins.
https://poggit.github.io/libasynql
Apache License 2.0
132 stars 44 forks source link

4.0: Update Thread class namespace and use Thread::onRun() #17

Closed Muqsit closed 5 years ago

Muqsit commented 5 years ago

pocketmine\Thread::run() is now a final function which registers the class loader and calls Thread::onRun().