...

Source file src/github.com/Microsoft/hcsshim/internal/jobobject/doc.go

Documentation: github.com/Microsoft/hcsshim/internal/jobobject

     1  // This package provides higher level constructs for the win32 job object API.
     2  // Most of the core creation and management functions are already present in "golang.org/x/sys/windows"
     3  // (CreateJobObject, AssignProcessToJobObject, etc.) as well as most of the limit information
     4  // structs and associated limit flags. Whatever is not present from the job object API
     5  // in golang.org/x/sys/windows is located in /internal/winapi.
     6  //
     7  // https://docs.microsoft.com/en-us/windows/win32/procthread/job-objects
     8  package jobobject
     9  

View as plain text