use lock to prevent race condition of loadCache

Issue #5 wontfix
Huan Li repo owner created an issue

when there's no cache, PF will re-calculate the captable for about 300ms.

need a lock to protect re-caculate code, so others PF function can wait util the cache be calculated by other PF be ready to use.

Comments (2)

  1. Log in to comment