privacy-scaling-explorations / mpz

Multi-party computation libraries written in Rust 🦀
182 stars 39 forks source link

refactor(mpz-common): new thread future #163

Closed sinui0 closed 2 months ago

sinui0 commented 2 months ago

This PR refactors the multi-threaded executor to return a future with a 'static lifetime when creating a new thread. This supports opening many new threads at once.