package
0.5.0
Repository: https://github.com/microsoft/durabletask-go.git
Documentation: pkg.go.dev

# Functions

GetDevicesToUpdate is an activity that returns a list of random device IDs to an orchestration.
Init creates and initializes an in-memory client and worker pair with default configuration.
UpdateDevice is an activity that takes a device ID (string) and pretends to perform an update on the corresponding device, with a random 67% success rate.
UpdateDevicesOrchestrator is an orchestrator that runs activities in parallel.