docs: add task module to API reference (by codetr)

This commit is contained in:
AI Engineer 2026-05-10 21:19:44 +08:00
parent 54e755f2ad
commit 5659171442

View File

@ -30,6 +30,10 @@ High-concurrency random generation.
Time stream control and retries. Time stream control and retries.
- **API**: `Retry`, `Start`, `WithBackoff`, `WithMaxRetries`, `NewDebouncer`, `NewThrottler`, `NewTimeWheel` - **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 ### go/safe v1.3.0
Memory protection and secure erasure. Memory protection and secure erasure.
- **API**: `NewSafeBuf`, `NewSafeString`, `LockMemory`, `UnlockMemory`, `DisableCoreDump`, `ZeroMemory`, `EncryptChaCha20`, `DecryptChaCha20` - **API**: `NewSafeBuf`, `NewSafeString`, `LockMemory`, `UnlockMemory`, `DisableCoreDump`, `ZeroMemory`, `EncryptChaCha20`, `DecryptChaCha20`