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

Add default filters for sync types. #14

Closed
jmalloc opened this issue Oct 27, 2019 · 0 comments · Fixed by #17
Closed

Add default filters for sync types. #14

jmalloc opened this issue Oct 27, 2019 · 0 comments · Fixed by #17
Labels
enhancement New feature or request

Comments

@jmalloc
Copy link
Member

jmalloc commented Oct 27, 2019

The default way that the RWLock and Once are rendered does not offer much useful information. For example:

    once:             {
        done: 0
        m:    {
            state: 0
            sema:  0
        }
    }
    m:                {
        w:           {
            state: 0
            sema:  0
        }
        writerSem:   0
        readerSem:   0
        readerCount: 0
        readerWait:  0
    }

An improvement would be to simply render the types, or if possible showing the locked state (for locks) or done state (for once) in a more friendly manner.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant