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