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
We call on_read() and on_write() in the beginning of the cycle but seem to aim to call on_input() and on_output() at where they actually should happen within the cycle. Now that we are about to introduce something like on_wait() (see #10), which doesn't make much sense if is not being called at right cycle's tick, maybe we should fix the timing of on_read() and on_write() calls as well.
The text was updated successfully, but these errors were encountered:
We call
on_read()
andon_write()
in the beginning of the cycle but seem to aim to callon_input()
andon_output()
at where they actually should happen within the cycle. Now that we are about to introduce something likeon_wait()
(see #10), which doesn't make much sense if is not being called at right cycle's tick, maybe we should fix the timing ofon_read()
andon_write()
calls as well.The text was updated successfully, but these errors were encountered: