Files
cell/tests/actor_receiver.ce

7 lines
136 B
Plaintext

// Test: $receiver fires when sending to self
$receiver(function(msg) {
if (!msg.test) disrupt
$stop()
})
send($self, {test: true})