Test2::EventFacet::Hub - 事件通过的集线器的切面。
这些是事件通过的集线器的记录。最近的集线器是列表中的第一个。
#切面字段
- #$string = $trace->{details}
-
- #$string = $trace->details()
-
集线器类或子类
- #$int = $trace->{pid}
-
- #$int = $trace->pid()
-
此事件发送到的集线器的 PID。
- #$int = $trace->{tid}
-
- #$int = $trace->tid()
-
事件发送到的集线器的线程 ID。
- #$hid = $trace->{hid}
-
- #$hid = $trace->hid()
-
事件发送到的集线器的 ID。
- #$huuid = $trace->{huuid}
-
- #$huuid = $trace->huuid()
-
事件发送到的集线器的 UUID。
- #$int = $trace->{nested}
-
- #$int = $trace->nested()
-
集线器嵌套的深度。
- #$bool = $trace->{buffered}
-
- #$bool = $trace->buffered()
-
如果事件已缓冲且未发送到与父级无关的格式化程序,则为 True(当嵌套为 0
或 undef
时,切勿设置此项)。
#SOURCE
可以在 http://github.com/Test-More/test-more/ 中找到 Test2 的源代码存储库。
#MAINTAINERS
- #Chad Granum <[email protected]>
-
#AUTHORS
- #Chad Granum <[email protected]>
-
#COPYRIGHT
版权所有 2020 Chad Granum <[email protected]>。
此程序是免费软件;您可以在与 Perl 本身相同的条款下重新分发或修改它。
请参阅 https://dev.perl5.cn/licenses/