Skip to content

v0.1.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@fbac fbac released this 20 Sep 14:42
· 6 commits to main since this release

Main functionality added:

  • NewInternalDispatcher
  • NewExternalDispatcher

With these additional ports can be supplied, respectively, by:

  • PID: when the caller and target processes are not the same.
  • FD: when the caller and target processes are the same.

Basic documentation and examples added.