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
There appears no getting around the blocking nature of ostream / istream. Somewhat baked into the design, so we need a timeout provision. A crude (and probably outdated and broken) polling one exists (see FEATURE_ESTD_OSTREAM_TIMEOUT)
Augmenting aforementioned crude method, we also want a signaling mechanism. Something like FreeRTOS event group indicating more or less CTS, RTS,.
Noteworthy is underlying streambufs appear 100% happy as nonblocking and can stay that way.
The text was updated successfully, but these errors were encountered:
Distant relative of #25 , but different
There appears no getting around the blocking nature of ostream / istream. Somewhat baked into the design, so we need a timeout provision. A crude (and probably outdated and broken) polling one exists (see
FEATURE_ESTD_OSTREAM_TIMEOUT
)Augmenting aforementioned crude method, we also want a signaling mechanism. Something like FreeRTOS event group indicating more or less CTS, RTS,.
Noteworthy is underlying streambufs appear 100% happy as nonblocking and can stay that way.
The text was updated successfully, but these errors were encountered: