Skip to content

Version 1.0.7

Compare
Choose a tag to compare
@timandy timandy released this 28 Apr 01:04
· 111 commits to main since this release

Release notes

Bugs

  • Fix released thread struct may be resurrected from invalid memory and cause fault error.

Changes

  • Modify the error message format of StackError.
  • Define function type Supplier for threadLocal and inheritableThreadLocal types.
  • Define function type Runnable and Callable for Go(Runnable), GoWait(Runnable) and GoWaitResult(Callable) methods.

Links