prodserver.addon.asyncfeval
R2026bSyntax
Description
schedules the deployed function F = prodserver.addon.asyncfeval(host,port,archive,fcn,tls,numFcnOut,X1,...,Xm)fcn to run in the background on
MATLAB®
Production Server™. You can run other code while MATLAB
Production Server is running the function. MATLAB
Production Server asynchronously evaluates the function with X1,X2,…,Xm input
arguments and returns the prodserver.addon.FevalFuture object
F. The request computes a number of outputs specified by
numFcnOut and stores them on the server.
MATLAB
Production Server immediately returns the prodserver.addon.FevalFuture object
F. You can use fetchOutputs to retrieve the results
from the FevalFuture. To stop running the function, use the
cancel function.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2026b