Browse Source

Remove resolved TODO

tags/v0.2.0-candidate
Philipp Oppermann 2 years ago
parent
commit
ea537d45f6
Failed to extract signature
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      binaries/runtime/src/operator/channel.rs

+ 0
- 2
binaries/runtime/src/operator/channel.rs View File

@@ -52,8 +52,6 @@ impl InputBuffer {
// received a new event -> push it to the queue
self.add_event(event);

// TODO: drop oldest events when queue becomes too full

// if outgoing queue is empty, fill it again
if send_out.is_terminated() {
send_out = self.send_next_queued(&outgoing);


Loading…
Cancel
Save