Skip to content

Commit

Permalink
More HACKS for scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
skoppe committed Aug 21, 2024
1 parent b883a22 commit c2d8491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/concurrency/operations/ignorevalue.d
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ private struct IgnoreValueReceiver(Value, Receiver) {
mixin ForwardExtensionPoints!receiver;
}

struct IgnoreValueSender(Sender) if (models!(Sender, isSender)) {
static assert(models!(typeof(this), isSender));
struct IgnoreValueSender(Sender) { //if (models!(Sender, isSender)) {
//static assert(models!(typeof(this), isSender));
alias Value = void;
Sender sender;
auto connect(Receiver)(return Receiver receiver) @safe return scope {
Expand Down

0 comments on commit c2d8491

Please sign in to comment.