Version 1.1.2
Release notes
Features
- Support go version range
go1.13
~go1.21
(New supportgo1.21
). - Support capture values of
InheritableThreadLocal
byWrapTask()
,WrapWaitTask()
andWrapWaitResultTask()
methods. - Support run
FutureTask
byFutureTask.Run()
method. - Define function type
Runnable
andFutureCallable
.
Changes
- Rename type
Future
toFutureTask
. - Skip first runtime panic stack automatically for
RuntimeError
.
Links
- Source code https://github.com/timandy/routine/tree/v1.1.2