Method code for $connection.start_reading_block()

[Turn off line numbering]
  1: arg count;
  2: 
  3: (> .perms(sender()) <);
  4: read_block = $read_parser.new_with(task_id(), count);
  5: (| .push_buffered() |);
  6: return (> $scheduler.suspend(this()) <);

// Created 22-Aug-1995 as a part of ColdCore, see: @help Credit

Tlon