Skip to content

0.1.1: Update internal implementation of ThreadWithResult

Compare
Choose a tag to compare
@shailshouryya shailshouryya released this 30 May 00:25
· 45 commits to main since this release
bf1b7f6
  • 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 7885b33