Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 495 Bytes

File metadata and controls

15 lines (12 loc) · 495 Bytes

Examples

Example Style What it shows
resume/ closure Start here — crash recovery and step replay
func-task/ closure durable.Func inline tasks, RegisterTask / RunTask / RunStep
struct-task/ struct Injected dependencies, WithTaskTimeout, WithTaskMaxRetries

From the repo root:

go run ./examples/resume/
go run ./examples/func-task/
go run ./examples/struct-task/