Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for nonblockingAdd (0.24 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher.go

    	// Dispatching event in nonblocking way first, which make faster watchers
    	// not be blocked by slower ones.
    	if event.Type == watch.Bookmark {
    		for _, watcher := range c.watchersBuffer {
    			watcher.nonblockingAdd(event)
    		}
    	} else {
    		// Set up caching of object serializations only for dispatching this event.
    		//
    		// Storing serializations in memory would result in increased memory usage,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 51.8K bytes
    - Viewed (0)
Back to top