Skip to content

Releases: Chacka-Lab/life

v0.1.2

Choose a tag to compare

@YanAnghelp YanAnghelp released this 02 Apr 09:28
Immutable release. Only release title and notes can be modified.
e8594ee

The name has been updated, but the function remains unchanged.

v0.1.1

Choose a tag to compare

@YanAnghelp YanAnghelp released this 25 Mar 16:29
Immutable release. Only release title and notes can be modified.

Added life_test.go file.

v0.1.0

Choose a tag to compare

@YanAnghelp YanAnghelp released this 02 Jan 18:26
Immutable release. Only release title and notes can be modified.

This version introduces a minimal goroutine lifecycle controller
focused on correct shutdown ordering and WaitGroup safety.

  • Rejects new goroutines after shutdown begins
  • Provides a shared root context for cooperative cancellation
  • Guarantees that WaitGroup.Add is never called concurrently with Wait

This release makes no guarantees about goroutine termination or
resource cleanup. Those responsibilities remain with the goroutines
themselves.