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
sync.Parker right now takes up two responsibilities: as a notification primitive, and as a one-shot channel primitive.
It would be better to split sync.Parker into two separate primitives.
The text was updated successfully, but these errors were encountered:
lithdew
changed the title
Split sync.Parker into a a notification primitive and a one-shot channel primitive
Split sync.Parker into a a notification primitive and a one-shot channel primitive.
Aug 22, 2021
sync.Parker right now takes up two responsibilities: as a notification primitive, and as a one-shot channel primitive.
It would be better to split sync.Parker into two separate primitives.
The text was updated successfully, but these errors were encountered: