You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes we do not want to receive data too fast. If delete hio_done(io) in the funtion hio_del, we can use hio_del(io,HV_READ) to pause, and use hio_read(io) to resume.