- Sort Score
- Num 10 results
- Language All
Results 11 - 19 of 19 for no_wait (0.1 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
cmd/data-scanner.go
func (f *folderScanner) scanFolder(ctx context.Context, folder cachedFolder, into *dataUsageEntry) error { done := ctx.Done() scannerLogPrefix := color.Green("folder-scanner:") noWait := func() {} thisHash := hashPath(folder.name) // Store initial compaction state. wasCompacted := into.Compacted for { select { case <-done: return ctx.Err() default: }
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 45.5K bytes - Click Count (0) -
internal/config/notify/parse.go
Durable: env.Get(durableEnv, kv.Get(target.AmqpDurable)) == config.EnableOn, Internal: env.Get(internalEnv, kv.Get(target.AmqpInternal)) == config.EnableOn, NoWait: env.Get(noWaitEnv, kv.Get(target.AmqpNoWait)) == config.EnableOn, AutoDeleted: env.Get(autoDeletedEnv, kv.Get(target.AmqpAutoDeleted)) == config.EnableOn,
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 47.5K bytes - Click Count (0) -
cmd/erasure-server-pool.go
func (z *erasureServerPools) ListBuckets(ctx context.Context, opts BucketOptions) (buckets []BucketInfo, err error) { if opts.Cached { listBucketsCache.InitOnce(time.Second, cachevalue.Opts{ReturnLastGood: true, NoWait: true}, func(ctx context.Context) ([]BucketInfo, error) { ctx, cancel := context.WithTimeout(ctx, 5*time.Second) defer cancel() buckets, err = z.s3Peer.ListBuckets(ctx, opts)
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 89.2K bytes - Click Count (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), const WNOHANG = 1 pkg syscall (netbsd-arm64-cgo), const WNOHANG ideal-int pkg syscall (netbsd-arm64-cgo), const WNOWAIT = 65536 pkg syscall (netbsd-arm64-cgo), const WNOWAIT ideal-int pkg syscall (netbsd-arm64-cgo), const WNOZOMBIE = 131072 pkg syscall (netbsd-arm64-cgo), const WNOZOMBIE ideal-int pkg syscall (netbsd-arm64-cgo), const WOPTSCHECKED = 262144
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Aug 08 18:44:16 GMT 2019 - 452.6K bytes - Click Count (0) -
api/go1.1.txt
pkg syscall (darwin-386), const WCONTINUED = 16 pkg syscall (darwin-386), const WCOREFLAG = 128 pkg syscall (darwin-386), const WEXITED = 4 pkg syscall (darwin-386), const WNOHANG = 1 pkg syscall (darwin-386), const WNOWAIT = 32 pkg syscall (darwin-386), const WORDSIZE = 32 pkg syscall (darwin-386), const WSTOPPED = 8 pkg syscall (darwin-386), const WUNTRACED = 2 pkg syscall (darwin-386), func Fchflags(int, int) error
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Mar 31 20:37:15 GMT 2022 - 2.6M bytes - Click Count (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), const WLINUXCLONE ideal-int pkg syscall (freebsd-arm64), const WNOHANG = 1 pkg syscall (freebsd-arm64), const WNOHANG ideal-int pkg syscall (freebsd-arm64), const WNOWAIT = 8 pkg syscall (freebsd-arm64), const WNOWAIT ideal-int pkg syscall (freebsd-arm64), const WSTOPPED = 2 pkg syscall (freebsd-arm64), const WSTOPPED ideal-int pkg syscall (freebsd-arm64), const WTRAPPED = 32
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Feb 17 20:31:46 GMT 2023 - 508.9K bytes - Click Count (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), const WEXITED ideal-int pkg syscall (darwin-arm64), const WNOHANG = 1 pkg syscall (darwin-arm64), const WNOHANG ideal-int pkg syscall (darwin-arm64), const WNOWAIT = 32 pkg syscall (darwin-arm64), const WNOWAIT ideal-int pkg syscall (darwin-arm64), const WORDSIZE = 64 pkg syscall (darwin-arm64), const WORDSIZE ideal-int pkg syscall (darwin-arm64), const WSTOPPED = 8
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Dec 02 16:30:41 GMT 2022 - 479.2K bytes - Click Count (0) -
api/go1.2.txt
pkg syscall (freebsd-386-cgo), const WCOREFLAG ideal-int pkg syscall (freebsd-386-cgo), const WLINUXCLONE ideal-int pkg syscall (freebsd-386-cgo), const WNOHANG ideal-int pkg syscall (freebsd-386-cgo), const WNOWAIT ideal-int pkg syscall (freebsd-386-cgo), const WSTOPPED ideal-int pkg syscall (freebsd-386-cgo), const WUNTRACED ideal-int pkg syscall (freebsd-386-cgo), func Accept(int) (int, Sockaddr, error)
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Oct 18 04:36:59 GMT 2013 - 1.9M bytes - Click Count (1) -
api/go1.txt
pkg syscall (darwin-386), const WCOREFLAG ideal-int pkg syscall (darwin-386), const WEXITED ideal-int pkg syscall (darwin-386), const WNOHANG ideal-int pkg syscall (darwin-386), const WNOWAIT ideal-int pkg syscall (darwin-386), const WORDSIZE ideal-int pkg syscall (darwin-386), const WSTOPPED ideal-int pkg syscall (darwin-386), const WUNTRACED ideal-int
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0)