Skip to content
Snippets Groups Projects

Enable scraper's atomic feature so that Html is Send.

Merged Adam Reichold requested to merge OC000014987132/metadaten:atomic-scraper into main
  1. Apr 02, 2024
    • Adam Reichold's avatar
      Enable scraper's atomic feature so that Html is Send. · 49a4da4b
      Adam Reichold authored and Adam Reichold's avatar Adam Reichold committed
      This means instances of `Html` can stay on the stack even across await points
      but no references into them, e.g. `ElementRef` which is the typical result of
      evaluating a selector can be kept around, i.e. information must be fully
      extracted before or after fetching another document.
      
      So while this is not a full solution, it may avoid most of the inscrutable
      compiler errors, still be sufficient to resolve the UIP issues with a bit of
      care but without a major rewrite at the cost of some limited performance
      degredation but without loss of scalability.
      Verified
      49a4da4b
Loading

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.