easypool | golang tcp连接池 -

 by   nange Go Version: 1.2.1 License: MIT

kandi X-RAY | easypool Summary

kandi X-RAY | easypool Summary

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

easypool
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              easypool has a low active ecosystem.
              It has 9 star(s) with 0 fork(s). There are 1 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              easypool has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of easypool is 1.2.1

            kandi-Quality Quality

              easypool has no bugs reported.

            kandi-Security Security

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

            kandi-License License

              easypool 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

              easypool releases are available to install and integrate.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi has reviewed easypool and discovered the below as its top functions. This is intended to give you an instant insight into easypool implemented functionality, and help decide if they suit your requirements.
            • NewHeapPool creates a new heap pool
            • cleaner removes connections from the pool
            Get all kandi verified functions for this library.

            easypool Key Features

            No Key Features are available at this moment for easypool.

            easypool Examples and Code Snippets

            easypool,基本用法
            Godot img1Lines of Code : 39dot img1License : Permissive (MIT)
            copy iconCopy
            factory    = func() (net.Conn, error) { return net.Dial("tcp", "localhost:7777") }
            config := &PoolConfig{
            	InitialCap:  5,
            	MaxCap:      20,
            	MaxIdle:     5,
            	Idletime:    10 * time.Second,
            	MaxLifetime: 10 * time.Minute,
            	Factory:     factory,
            }  

            Community Discussions

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

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

            Vulnerabilities

            No vulnerabilities reported

            Install easypool

            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/nange/easypool.git

          • CLI

            gh repo clone nange/easypool

          • sshUrl

            git@github.com:nange/easypool.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