matlab.production_server.client.MWHttpAsyncClient
R2026bNamespace: matlab.production_server
Python object encapsulating a connection to a MATLAB Production Server instance for making non-blocking function calls
Description
The matlab.production_server.client.MWHttpAsyncClient class creates a
connection object that encapsulates the connection between the client and a MATLAB®
Production Server™ instance. Once the connection is created, you can make non-blocking calls to
MATLAB functions hosted on the server instance.
Construction
my_client = MWHttpAsyncClient(url,[ssl_context=ssl_context])