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
- MicroBitSerial use wake_on_event for condition synchronisation.
- By contract, a fiber doing this should subsequently call schedule()
and no other blocking operation
From microsoft/pxt-microbit#2709
The following program blinks nicely until A is pressed. Then the release_fiber() seems to exit.
Joe, this is blocking on MakeCode side.
The text was updated successfully, but these errors were encountered: