Function Macro
Phoshasync_error_warn
Declaration [src]
#define phosh_async_error_warn (
err,
...
)
Description [src]
Prints a warning when err
is ‘real’ error. If it merely represents
a canceled operation it just logs a debug message. This is useful
to avoid this common pattern in async callbacks.
This function is not directly available to language bindings.