rspeele / TaskBuilder.fs

F# computation expression builder for System.Threading.Tasks
Creative Commons Zero v1.0 Universal
235 stars 27 forks source link

Factor out duplicated builder methods #13

Closed gusty closed 6 years ago

gusty commented 6 years ago

This creates a base TaskBuilder with all common methods. This way code duplication is avoided and further maintenance is less error prone.

gusty commented 6 years ago

Closing as this is included in the other PR