Files
PocketMine-MP/src/pocketmine/scheduler
Dylan K. Taylor 81957d133d AsyncTask: Rewrite how thread-local storage works, now non-dependent on Server or ServerScheduler
this implementation was god-awful bad and it was entirely avoidable to make it this complicated.

This utilizes the fact that pthreads treats static properties as thread-local. AsyncTask local storage now utilizes a \SplObjectStorage stored in an AsyncTask private static field.
2018-05-29 19:41:00 +01:00
..
.-.
2018-05-10 12:51:39 +01:00
2017-07-14 08:52:27 +01:00
2017-07-14 08:52:27 +01:00
2017-10-09 07:52:40 +01:00