dispose | Register callbacks on objects

 by   tobes31415 TypeScript Version: Current License: MIT

kandi X-RAY | dispose Summary

kandi X-RAY | dispose Summary

dispose is a TypeScript library. dispose has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

A tiny library to register callbacks on objects so that they get properly disposed at a later time even if you have complex trees of objects. What makes this library special enough to post is that instead of modifying the class that define the objects themselves it uses on the decorator pattern to modify objects on the fly. This means you can attach behaviour to objects coming from libraries and frameworks and even other parts of your own code. You can also directly attach behaviour to arrays and maps of objects as well. The real advantage comes when you're dealing with large trees of objects and/or objects communicating between multiple contexts. Local user wants to disconnect? Dispose the connection to send a goodbye message and then clean up your local resources. Remote user sent a goodbye message? Dispose your connection to clean up your resources locally for no added effort. Session Timed out? network errors? Any of these you can just call dispose and trust that your objects will disconnect themselves gracefully without having to handle all the edge cases yourself. Each small piece of code handles disposing itself properly, and anyone in the code can trigger the dispose without needing knowledge of how that will work.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              dispose has a low active ecosystem.
              It has 0 star(s) with 0 fork(s). There are 3 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              dispose has no issues reported. There are 2 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of dispose is current.

            kandi-Quality Quality

              dispose has no bugs reported.

            kandi-Security Security

              dispose has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              dispose is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              dispose releases are not available. You will need to build from source code and install.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of dispose
            Get all kandi verified functions for this library.

            dispose Key Features

            No Key Features are available at this moment for dispose.

            dispose Examples and Code Snippets

            No Code Snippets are available at this moment for dispose.

            Community Discussions

            No Community Discussions are available at this moment for dispose.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install dispose

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/tobes31415/dispose.git

          • CLI

            gh repo clone tobes31415/dispose

          • sshUrl

            git@github.com:tobes31415/dispose.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link