Commit bf1b7f6
committed
0.1.1: Update internal implementation of
- this release does not add any new functionality nor modify existing functionality
- HOWEVER, if any existing code relied on any undocumented, implementation
details of the previous `ThreadWithResult` implementation, the previous
implementation can be accessed by doing something like
```
from save_thread_result import ___init__OverrideThreadWithResult as ThreadWithResult
# code to use ThreadWithResult remains unchanged
```
- for an explanation about the changes to the `ThreadWithResult`
implementation, see commit 7885b33ThreadWithResult
1 parent 21bd027 commit bf1b7f6
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments