Files
cell/tests/actor_helper_report.ce

6 lines
148 B
Plaintext

// Helper actor that reports $overling status
$receiver(function(msg) {
send(msg, {has_overling: $overling != null})
})
var _t = $delay($stop, 5)