If a receiver 
rcvr is connected to the sender
returned by 
bulk_unchunked(sndr, pol, shape, f) and
the resulting operation state is started, then:
If 
sndr completes with values 
vals,
let 
args be a pack of lvalue subexpressions designating 
vals,
then 
b.schedule_bulk_unchunked(shape, r, s) is called, where
- r is a bulk unchunked proxy for rcvr
with callable f and arguments args and
 - s is a preallocated backend storage for r.
 
All other completion operations are forwarded unchanged
.