Update broker.pony

This commit is contained in:
gravermistakes 2026-07-26 16:30:49 -07:00 committed by GitHub
parent 538e4c93a9
commit a5543e0f9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
// The perfusion broker for the OUTER bus. Outer organs register, then emit // The perfusion broker for the OUTER bus. Outer organs register, then emit
// envelopes by `route` the broker delivers to the destination organ. Traffic // envelopes by `route` the broker delivers to the destination organ. Traffic
// bound for Ada (AdaBorder) i.e. inbound across the membrane toward the inner // bound for Ada (AdaBorder) i.e. inbound from the outermost membrane toward the inner
// brain is forced through the D1 Barrier first (law L2). No organ holds // brain is forced through the D1 Barrier first (law L2). No organ holds
// another's reference (law L1); the broker is the only shared point. // another's reference (law L1); the broker is the only shared point.
// //