Open lgrahl opened 9 years ago
Some native functions are perfect candidates for the with statement. For example: STREAMING::REQUEST_MODEL and STREAMING::SET_MODEL_AS_NO_LONGER_NEEDED (which probably uses reference counting).
with
STREAMING::REQUEST_MODEL
STREAMING::SET_MODEL_AS_NO_LONGER_NEEDED
Some native functions are perfect candidates for the
with
statement. For example:STREAMING::REQUEST_MODEL
andSTREAMING::SET_MODEL_AS_NO_LONGER_NEEDED
(which probably uses reference counting).