cmu-db / bustub

The BusTub Relational Database Management System (Educational)
https://15445.courses.cs.cmu.edu
MIT License
4.12k stars 1.81k forks source link

fix(web-shell): lock manager fix #492

Closed skyzh closed 1 year ago

skyzh commented 1 year ago

This PR removes background thread from lock manager, so that we can use the shell in web browser.