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 have platform-specific packages for continuations, but no common package stating the expected interface of the WAContinuation and WAPartialContinuation classes.
A common package carrying a WAAbstractContinuation class would define a interface for all platform-specific packages to follow and make the dependencies explicit.
The work on SeasideSt/Grease#40 is related as it tries to make the code base uniform across platforms w.r.t. continuations (where thisContext is used).
The text was updated successfully, but these errors were encountered:
We have platform-specific packages for continuations, but no common package stating the expected interface of the
WAContinuation
andWAPartialContinuation
classes.A common package carrying a
WAAbstractContinuation
class would define a interface for all platform-specific packages to follow and make the dependencies explicit.The work on SeasideSt/Grease#40 is related as it tries to make the code base uniform across platforms w.r.t. continuations (where
thisContext
is used).The text was updated successfully, but these errors were encountered: