C# co-routine Kernel for .Net. Includes Futures, Barriers, Triggers, Timers and Groups. Gamasutra article provides extra documentation.
-
Updated
Apr 4, 2023 - C#
C# co-routine Kernel for .Net. Includes Futures, Barriers, Triggers, Timers and Groups. Gamasutra article provides extra documentation.
Flow control using approaches like manual controller, exceptions and also libraries like OneOf, FluentResults and ErrorOr.
An exercise of reading data from file, parsing it, validating and converting to POCO, to calculate highest earning Departament. A solution to a problem described here: https://github.com/RAstardzhiev/Software-University-SoftUni/tree/master/C%23%20OOP%20Basics/Defining%20Classes%20-%20Exercise#problem-6-company-roster
Using Discriminated Unions with the ErrorOr library for handling multiple return types.
Add a description, image, and links to the flow-control topic page so that developers can more easily learn about it.
To associate your repository with the flow-control topic, visit your repo's landing page and select "manage topics."