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-23 10:06:35 +01:00
2018-05-29 10:21:04 +01:00
2018-05-09 14:53:22 +01:00
2018-05-17 16:17:26 +01:00
2018-05-10 12:39:15 +01:00
2018-05-10 11:29:16 +01:00
2017-08-17 11:08:54 +01:00