You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,23 +24,27 @@
24
24
* 🗓️ **A powerful job-scheduler alternative** - to traditional job schedulers (Hangfire, Quartz, etc.).
25
25
26
26
## Abstractions
27
-
Cleipnir.NET provides the following 3 abstractions:
27
+
The following **three** primitives form the foundation of Cleipnir.NET — together they allow you to express reliable business workflows as **plain** C# code that **cannot fail**.
28
+
28
29
### Capture
29
-
Remembers the result of arbitrary code:
30
+
Ensures that non-deterministic or side-effectful code (e.g., GUID generation, HTTP calls) produces the **same result** after a crash or restart.
0 commit comments