We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8920a3 commit 7841b40Copy full SHA for 7841b40
lib/multiport.cc
@@ -1,6 +1,11 @@
1
-//
2
-// Created by revol-xut on 1/9/23.
3
+/*
+ * Copyright (C) 2023 TU Dresden
+ * All rights reserved.
4
+ *
5
+ * Authors:
6
+ * Tassilo Tanneberger
7
+ * Christian Menard
8
+ */
9
10
#include "reactor-cpp/multiport.hh"
11
#include "reactor-cpp/port.hh"
@@ -15,7 +20,6 @@ auto reactor::BaseMultiport::get_set_callback(std::size_t index) noexcept -> rea
15
20
};
16
21
}
17
22
18
-
19
23
void reactor::BaseMultiport::set_present(std::size_t index) {
24
auto calculated_index = size_.fetch_add(1, std::memory_order_relaxed);
25
0 commit comments