Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for LoadAndDelete (0.06 seconds)

  1. api/go1.15.txt

    pkg regexp, method (*Regexp) SubexpIndex(string) int
    pkg strconv, func FormatComplex(complex128, uint8, int, int) string
    pkg strconv, func ParseComplex(string, int) (complex128, error)
    pkg sync, method (*Map) LoadAndDelete(interface{}) (interface{}, bool)
    pkg testing, method (*B) TempDir() string
    pkg testing, method (*T) Deadline() (time.Time, bool)
    pkg testing, method (*T) TempDir() string
    pkg testing, type TB interface, TempDir() string
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Fri Jul 17 02:15:01 GMT 2020
    - 7.6K bytes
    - Click Count (0)
  2. internal/grid/connection.go

    		}
    		v, loaded := c.inStream.LoadAndDelete(muxID)
    		if loaded && v != nil {
    			gridLogIf(c.ctx, c.queueMsg(message{Op: OpDisconnectClientMux, MuxID: muxID}, nil))
    			v.close()
    		}
    	} else {
    		if debugPrint {
    			fmt.Println("deleteMux: disconnect outgoing mux", muxID)
    		}
    		v, loaded := c.outgoing.LoadAndDelete(muxID)
    		if loaded && v != nil {
    			if debugReqs {
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 46.9K bytes
    - Click Count (0)
Back to Top