buttplugio / buttplug-rs-ffi

FFI from buttplug-rs to Java and other languages
Other
88 stars 22 forks source link

Remove message sorter from WASM #72

Open qdot opened 3 years ago

qdot commented 3 years ago

Feature Description

With per-call callbacks, we can just bundle promises across the FFI for resolution instead of using the ID based system. Need to figure out how cleanup will work on client shutdown too.