在 Supplier 中§
请参阅方法 emit的上下文中的主要文档
method emit(Supplier: Mu \value)
将给定值发送到此 Supplier
上的 Supply
创建的所有供应的所有 tap。
在 Mu 中§
请参阅方法 emit的上下文中的主要文档
method emit()
react# OUTPUT:# received Str (foo)# received Int (42)# received Rat (0.5)
在独立例程中§
请参阅子例程 emit的上下文中的主要文档
sub emit(\value --> Nil)
如果在任何供应或 react 块之外使用,则会抛出异常emit without supply or react
。在 Supply
块中,它会向流添加一条消息。
my = supply.tap( -> );
另请参阅emit
方法的页面。