aosoft / unity-native-plugin-rs

Unity Native Plugin API for Rust
Other
63 stars 6 forks source link

unsafe impl Send for ProfilerMarkerDesc #3

Closed yjh0502 closed 3 years ago

yjh0502 commented 3 years ago

It seems UnityProfilerMarkerDesc is thread-safe, so add unsafe impl Send marker on it.

aosoft commented 3 years ago

Thank you for your contribution.