computablee / DotMP

A collection of powerful abstractions for parallel programming in .NET with an OpenMP-like API.
https://computablee.github.io/DotMP/
GNU Lesser General Public License v2.1
29 stars 7 forks source link

Added full test suite for atomics #65

Closed computablee closed 1 year ago

computablee commented 1 year ago

This PR adds a full test suite for the DotMP.Atomic class. It's not super necessary since the class is by and large just a wrapper around the Interlocked class, but it's good to have the code coverage.

codecov-commenter commented 1 year ago

Welcome to Codecov :tada:

Once merged to your default branch, Codecov will compare your coverage reports and display the results in this comment.

Thanks for integrating Codecov - We've got you covered :open_umbrella: