commit
808dbcc9eb
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ down the channel and to the other thread. Therefore, we'd ensure that `Send` was
|
||||||
implemented for that type.
|
implemented for that type.
|
||||||
|
|
||||||
In the opposite way, if we were wrapping a library with [FFI][ffi] that isn't
|
In the opposite way, if we were wrapping a library with [FFI][ffi] that isn't
|
||||||
threadsafe, we wouldn't want to implement `Send`, and so the compiler will help
|
thread-safe, we wouldn't want to implement `Send`, and so the compiler will help
|
||||||
us enforce that it can't leave the current thread.
|
us enforce that it can't leave the current thread.
|
||||||
|
|
||||||
[ffi]: ffi.html
|
[ffi]: ffi.html
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue