Versions in this module Expand all Collapse all v0 v0.2.0 Oct 28, 2024 Changes in this version + type Effect struct + func FromInvocation(invocation invocation.Invocation) Effect + func FromLink(link ucan.Link) Effect + func (e Effect) Invocation() (invocation.Invocation, bool) + func (e Effect) Link() ucan.Link + type Effects interface + Fork func() []Effect + Join func() Effect + func NewEffects(opts ...Option) Effects + type Option func(fx *effects) error + func WithFork(forks ...Effect) Option + func WithJoin(join Effect) Option