Skip to content

Releases: fbac/sklookup-go

v0.1.0-alpha

20 Sep 14:42
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-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.