diff --git a/README.md b/README.md index de82fa3..e456ffb 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ High-concurrency random generation. Time stream control and retries. - **API**: `Retry`, `Start`, `WithBackoff`, `WithMaxRetries`, `NewDebouncer`, `NewThrottler`, `NewTimeWheel` +### go/task v1.0.0 +Task scheduling and lifecycle management. +- **API**: `Add`, `Start`, `Stop`, `Get`, `List`, `Remove`, `WithPolicy`, `WithTimeout`, `OnSuccess`, `OnError` + ### go/safe v1.3.0 Memory protection and secure erasure. - **API**: `NewSafeBuf`, `NewSafeString`, `LockMemory`, `UnlockMemory`, `DisableCoreDump`, `ZeroMemory`, `EncryptChaCha20`, `DecryptChaCha20`