Skip to main content

One doc tagged with "multithreading"

View All Tags

Temporal Go SDK multithreading

Temporal Go SDK enables asynchronous execution of workflows and child workflows, ensuring determinism and minimizing race conditions through a deterministic runner that controls thread execution, eliminating the need for locks or mutexes.