Skip to content

Releases: modern-go/concurrent

Remove StopSignal

06 Mar 01:27
Compare
Choose a tag to compare

it is useless. Runtime.Goexit does the same thing

Change HandlePanic Signature

01 Mar 06:42
Compare
Choose a tag to compare
func(recovered interface{}, funcName string)

to avoid confusion about what the file and line means.

Define HandlePanic

01 Mar 03:45
Compare
Choose a tag to compare

make panic handler per executor

initial release

28 Feb 06:41
Compare
Choose a tag to compare
  • concurrent map
  • goroutine executor