random-port-state? and random-port?
Peter McGoron 04 Jun 2026 13:08 UTC
I think the libraries should export a `random-port-state?` and
`random-port?` procedure that determine if the state/port is was created
from that library. I have ended up implementing this internally for all
of my random ports and exporting them would be useful for e.g. error
checking when storing values in data structures.
-- Peter McGoron