SYNOPSIS
void call_sliced( string/closure function, mixed list, varargs mixed args )
FILE
/kernel/simul_efun/callout.h
DESCRIPTION
Calls object->function(args...) or function( list_element, args... )
repeatedly for each element of list. If eval cost runs too high, schedule
a call_out with the remainder
of the list, so no error is thrown