moved threadsafe futures implementation to a separate file, made updates after review

This commit is contained in:
ibaryshnikov
2019-06-17 20:25:25 +03:00
parent e466e1a6f1
commit 16c6bdc966
7 changed files with 378 additions and 298 deletions

View File

@ -495,9 +495,6 @@ extern "C" {
pub fn slice_with_end(this: &SharedArrayBuffer, begin: u32, end: u32) -> SharedArrayBuffer;
}
unsafe impl Send for SharedArrayBuffer {}
unsafe impl Sync for SharedArrayBuffer {}
// Array Iterator
#[wasm_bindgen]
extern "C" {