communicate_utf8_async
Description:
public async bool communicate_utf8_async (string? stdin_buf, Cancellable? cancellable, out string? stdout_buf, out string? stderr_buf) throws Error
Asynchronous version of communicate_utf8.
Complete invocation with communicate_utf8_async.end.
Parameters:
this |
Self |
stdin_buf |
Input data, or null |
cancellable |
Cancellable |
callback |
Callback |
user_data |
User data |