|
Description:
|
One of the things I've realized while thinking through the threading issue is that Android needs
We need
a
way to "cancel"
method which will stop
a
pipe's read
in progress
request.
More specifically we
We
need
a way
to
tell a pipe to NOT call
check
the
Callback. In the case
behavior
of
Android if the activity is paused while a read is in progress (in the trivial case) the app will crash
iOS and do whatever it does
.
|