docs: add task module to API reference (by codetr)
This commit is contained in:
parent
54e755f2ad
commit
5659171442
@ -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`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user