replace the global contextTask with a Context field

This commit is contained in:
Dustin J. Mitchell
2021-12-18 02:37:41 +00:00
committed by Tomas Babej
parent 53127bf844
commit 65830dd705
4 changed files with 16 additions and 17 deletions

View File

@@ -129,6 +129,7 @@ public:
// CurrentTask resets Context::currentTask to NULL on destruction; this ensures
// that this context value is not a dangling pointer.
class CurrentTask {
public:
~CurrentTask();
private: