Documentation ¶ Index ¶ func MaxSimultaneous() int func SetSimultaneous(n int) int64 type Semaphore func New(ctx context.Context, nbrSimultaneous int, progress bool, ...) Semaphore Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func MaxSimultaneous ¶ added in v1.13.0 func MaxSimultaneous() int func SetSimultaneous ¶ added in v1.13.0 func SetSimultaneous(n int) int64 Types ¶ type Semaphore ¶ added in v1.13.0 type Semaphore interface { context.Context semtps.Sem semtps.Progress } func New ¶ added in v1.13.0 func New(ctx context.Context, nbrSimultaneous int, progress bool, opt ...sdkmpb.ContainerOption) Semaphore Source Files ¶ View all Source files context.go interface.go model.go progress.go semaphore.go Directories ¶ Show internal Expand all Path Synopsis bar sem types Click to show internal directories. Click to hide internal directories.