jimblandy / perf-event

perf-event: a Rust interface to Linux performance monitoring
Apache License 2.0
111 stars 19 forks source link

Group::max_members doesn't need to be atomic #4

Closed jimblandy closed 4 years ago

jimblandy commented 4 years ago

I think we can simply require that Builder::group hold a mutable reference to the Group.