tikv / grpc-rs

The gRPC library for Rust built on C Core library and futures
Apache License 2.0
1.81k stars 253 forks source link

Use Mutex for BoxHandler rather than UnsafeCell. #645

Open qwandor opened 10 months ago

qwandor commented 10 months ago

This removes some unsafe code and possibly a soundness issue.