Ferreteria/v0.6/clade/IO/Aspect/Connx

From WoozleCodes
Jump to navigation Jump to search
clade: IO\Aspect\Connx
Clade Family
Aspect Connx
Clade Aliases
Alias Clade
Base* [ca,i,t] IO\Aspect
Action* [c,i] Sys\Events\ItWent
SelfIface IO\Aspect\Connx
Subpages

About

  • Purpose: encapsulates a comm-connection of some sort
  • Services:
    • keeps track of how many requests there are for a thing to be open
    • internally requests the actual opening and closing as needed (when req-qty changes to/from zero)

Pages

clades/spaces
name type about
aux space folder auxiliary clades
run space folder running processes in various ways
Stream clade-family & folder I/O streams (which overlaps with but is not the same as FileSys)
Canal clade

History

  • 2024-11-28 extracted relevant code from ssh/Shell so that Buffer and fsys/Node could use it too.
  • 2025-03-28 moved from [WFe]IO\Connx\Aux\xOpener -> [WFe]IO\xConnx; added Base clade, caConnx
  • 2025-05-27 moved from [WFe]IO ⇒ [WFe]IO\Aspect; correspondingly re-parented
  • 2026-08-26 I'm making $NOpens public (read-only) for mainly debugging/checking purposes.