summaryrefslogtreecommitdiffstats
path: root/src/fastfield/reader.rs
diff options
context:
space:
mode:
authorPaul Masurel <paul.masurel@gmail.com>2017-05-24 21:59:51 +0900
committerPaul Masurel <paul.masurel@gmail.com>2017-05-25 23:49:54 +0900
commit29bf740ddf17ecedef8a8037cec5712afcf3ffd2 (patch)
treebf3f82436e94c527b425b87489d4570a0b275258 /src/fastfield/reader.rs
parent511bd25a3140b87ee7c6519321f601e4a2544eed (diff)
Exposing the remaining API
Diffstat (limited to 'src/fastfield/reader.rs')
-rw-r--r--src/fastfield/reader.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fastfield/reader.rs b/src/fastfield/reader.rs
index aa30506..1d5dc35 100644
--- a/src/fastfield/reader.rs
+++ b/src/fastfield/reader.rs
@@ -244,3 +244,8 @@ impl FastFieldsReader {
})
}
}
+
+unsafe impl Send for U64FastFieldReader {}
+unsafe impl Sync for U64FastFieldReader {}
+unsafe impl Send for I64FastFieldReader {}
+unsafe impl Sync for I64FastFieldReader {} \ No newline at end of file