awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesProxy Lifecycle Detachment

Mechanisms to explicitly break links between proxies and remote objects to facilitate garbage collection.

Distinct from Proxy Objects: Focuses on memory management and GC triggers through detachment, whereas the parent covers general runtime interception.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Proxy Lifecycle Detachment. Refine with filters or upvote what's useful.

Awesome Proxy Lifecycle Detachment GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • googlechromelabs/comlinkAvatar de GoogleChromeLabs

    GoogleChromeLabs/comlink

    12,715Voir sur GitHub↗

    Comlink is a remote procedure call library that transforms message-based communication into asynchronous function calls between the main thread and web workers. It provides a proxy-based interface that allows multiple threads to interact with a single object instance without manual message handling. The project enables the execution of functions across separate browser windows, iframes, and web workers, making external calls behave like local asynchronous operations. It supports the transfer of non-cloneable data through custom serialization handlers and allows for the movement of ownership f

    Manages memory by explicitly detaching proxies from remote objects to trigger garbage collection.

    TypeScript
    Voir sur GitHub↗12,715
  1. Home
  2. Programming Languages & Runtimes
  3. Proxy Objects
  4. Proxy Lifecycle Detachment