core icon indicating copy to clipboard operation
core copied to clipboard

rs_port is unsound.

Open In-line opened this issue 4 years ago • 0 comments

Rust interface is marked as safe, while underlying core implementation isn't thread safe.

This is unsound.

In-line avatar Nov 05 '20 10:11 In-line