Is there a correct name for this idempotent primitive?
public class Flag
{
public bool IsSet { get; private set; }
public void Set()
{
IsSet = true;
}
}
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think in e.e. this is a Set Latch as opposed to a Set-Reset (SR) Latch.
Would a fuse would be a persistent version that requires manual replacement of its database to reset?