We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 720519a commit 0739736Copy full SHA for 0739736
src/idom/core/_thread_local.py
@@ -20,6 +20,3 @@ def get(self) -> _StateType:
20
else:
21
state = self._state[thread]
22
return state
23
-
24
- def set(self, state: _StateType) -> None:
25
- self._state[current_thread()] = state
0 commit comments