Versions in this module Expand all Collapse all v0 v0.1.5 Apr 26, 2016 Changes in this version type Box + func (b *Box) Close() error v0.1.4 Apr 21, 2016 Changes in this version + func NewBox(cfg isolate.BoxConfig) (isolate.Box, error) + type Box struct + func (b *Box) Spawn(ctx context.Context, opts isolate.Profile, name, executable string, ...) (pr isolate.Process, err error) + func (b *Box) Spool(ctx context.Context, name string, opts isolate.Profile) (err error)