GRPC_CALL_ASYNC_WITH_ATTR_NP
- Executes an RPC.
INTEGER FUNCTION GRPC_CALL_ASYNC_WITH_ATTR_NP(HANDLE, SID, ATTR, ...)
INTEGER(KIND=8) HANDLE
INTEGER SID
INTEGER(KIND=8) ATTR
Other arguments
The grpc_call_async_with_attr_np() calls the function defined by the function handle. The grpc_call_async_with_attr_np() does not wait for completion of the called function.
This function is MT-safe.
Fortran API has the following limitations.
If successful, GRPC_NO_ERROR is returned. In the case of an error, Error code is returned.
GRPC_NOT_INITIALIZED
GRPC_SERVER_NOT_FOUND
GRPC_FUNCTION_NOT_FOUND
GRPC_INVALID_FUNCTION_HANDLE
GRPC_RPC_REFUSED
GRPC_COMMUNICATION_FAILED
GRPC_TIMEOUT_NP
GRPC_OTHER_ERROR_CODE