package
0.24.6
Repository: https://github.com/serviceweaver/weaver.git
Documentation: pkg.go.dev

# Functions

NewEnvelope creates a new envelope, starting a weavelet subprocess (via child.Start) and establishing a bidirectional connection with it.
No description provided by the author

# Structs

Envelope starts and manages a weavelet in a subprocess.
InProcessChild is a fake envelope.Child that represents the in-process weavelet.
Options contains optional arguments for the envelope.
ProcessChild is a Child implemented as a process.

# Interfaces

Child manages the child of an envelope.
EnvelopeHandler handles messages from the weavelet.