Commits


liurenjie1024 authored and Wes McKinney committed 9b851181725
ARROW-2852: [Rust] Make Array sync and send Mark array as Sync and Send would be useful for multithread processing. It's also safe since they have no interior mutability. Author: liurenjie1024 <liurenjie2008@gmail.com> Closes #2269 from liurenjie1024/sync and squashes the following commits: 585bc6e3 <liurenjie1024> Add test for concurrency access. 59c45b9f <liurenjie1024> Make data sync and send