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
Currently for bounded channel.rs crossbeam uses SenderFlavor::Array. Agave's poh recorder uses a bounded channel of single capacity. Special casing channel for 1 capacity can simplify this part. Is there any interest in creating a separate SenderFlavor for this?
The text was updated successfully, but these errors were encountered:
Currently for bounded channel.rs crossbeam uses
SenderFlavor::Array
. Agave's poh recorder uses a bounded channel of single capacity. Special casing channel for 1 capacity can simplify this part. Is there any interest in creating a separate SenderFlavor for this?The text was updated successfully, but these errors were encountered: