duckdb-wasm
duckdb-wasm copied to clipboard
Parking Lot based Shared Lock
Our shared lock is based on parking lots and has a rarely occurring bug where all threads keep spinning. Replaced with std::shared_mutex for now here.
Need stress tests for the parking lot. This is only relevant for the experimental pthread bundle and does not effect single-threaded builds.