Examples and Annotations of danielgerlag/workflow-core

2019年7月26日 48点热度 0人点赞 0条评论
内容目录

Parallel ForEach

Equivalent to the foreach loop in C#

Parallel Tasks

Concurrent and parallel execution, where several steps within it run simultaneously rather than in sequence.

Saga Transactions

Transactions that have rollback operations.

Scheduled Background Tasks

Asynchronous background loading. A task is hosted in the background with a scheduled execution time.

Recurring Background Tasks

Background tasks that execute at regular intervals, continuing until a certain condition is no longer met.

痴者工良

高级程序员劝退师

文章评论