Polls async stream status: 0 pending, 1 ready, 2 done, -1 error, -2 cancelled.
0
1
2
-1
-2
int? streamPollAsync(int streamId) => _native.streamPollAsync(streamId);