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
Should be able to create a custom struct that contains a whisk::Channel and constructs as Arc<Self> containing the channel (but not within another Arc).
Allocation Reduction
Should be able to create a custom struct that contains a
whisk::Channel
and constructs asArc<Self>
containing the channel (but not within anotherArc
).The text was updated successfully, but these errors were encountered: