You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enabling the atomic feature for scraper made the library thread safe (did not know that). This might let me remove all the unnecessary clones and weird logic I have to work around it.
Enabling the
atomicfeature for scraper made the library thread safe (did not know that). This might let me remove all the unnecessary clones and weird logic I have to work around it.