endpoint-sec
endpoint-sec copied to clipboard
Make Event* structs Sync
Currently, the Event* structs are Send, but not Sync. As far as I can tell, those structs should be able to implement Sync: those structures are already immutable and provide no interior mutability.