Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Releases: goinsane/xcontext

v1.7.0

04 Jul 15:02
256caf5
Compare
Choose a tag to compare
  • renamed TerminateContext to CancelableContext
  • renamed method TerminateContext.Terminate to Cancel
  • optimized functions DelayContext, DelayAfterContext for timer performance
  • improved godoc

v1.6.1

07 Mar 07:39
e8b8545
Compare
Choose a tag to compare
  • implemented WithTerminate2 function

v1.6.0

07 Mar 07:34
3fc28f7
Compare
Choose a tag to compare
  • implemented the returning cancel function for AutoCancel, NewTerminateContext, WithTerminate functions
  • implemented WithTerminateAutoCancel, WithTerminateAutoCancel2 functions

v1.5.6

07 Mar 06:00
af35ca6
Compare
Choose a tag to compare
  • removed the calling AutoCancel from NewTerminateContext

v1.5.5

07 Mar 05:47
3e3a665
Compare
Choose a tag to compare
  • removed NewTerminateContext2, WithTerminate2 functions

v1.5.4

04 Mar 17:33
c2491f5
Compare
Choose a tag to compare
  • implemented WithDeadline and WithTimeout

v1.5.3

04 Mar 17:16
86a68eb
Compare
Choose a tag to compare
  • implemented NewTerminateContext, NewTerminateContext2, WithTerminate2

v1.5.2

04 Mar 16:52
ec92eda
Compare
Choose a tag to compare
  • implemented WithCancel

v1.5.1

04 Mar 16:44
f01a839
Compare
Choose a tag to compare
  • improved godoc
  • implemented WithCancel2

v1.5.0

04 Mar 16:26
02c362e
Compare
Choose a tag to compare
  • implemented TerminateContext