Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parameterize Maximum error percentage during buffer creation to cancel the operation #24

Open
FRACerqueira opened this issue Dec 5, 2023 · 0 comments
Labels
Closed Issue with Commit to close enhancement New feature or request
Milestone

Comments

@FRACerqueira
Copy link
Owner

Sugesttion:

    /// <summary>
    /// Maximum error percentage during buffer creation to cancel the operation
    /// <br> Default value is 33 (33% - 1/3)</br>
    /// </summary>
    /// <param name="value">The percentage (0 - Any error to 100 - None)</param>
    /// <returns><see cref="IRingBuffer{T}"/>.</returns>
    IRingBuffer<T> FactoryErrorMaxPerc(int value);
@FRACerqueira FRACerqueira added the enhancement New feature or request label Dec 5, 2023
@FRACerqueira FRACerqueira added this to the v3.2.1 milestone Dec 5, 2023
FRACerqueira pushed a commit that referenced this issue Dec 5, 2023
@FRACerqueira FRACerqueira added the Closed Issue with Commit to close label Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Closed Issue with Commit to close enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant