Skip to content

Commit

Permalink
Eh?
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenhater committed Nov 21, 2024
1 parent d02e24e commit 71a8890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arbor/backends/event_stream_base.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ struct spike_event_stream_base: event_stream_base<deliverable_event> {
// parallelise over streams
auto tg = threading::task_group(ts.get());
for (auto& [id, stream]: streams) {
tg.run([&stream]() {
tg.run([&stream=stream]() {
// scan over spike_counter_
util::make_partition(stream.ev_spans_, stream.spike_counter_);
// This is made slightly faster by using pdqsort, if we want to take it on.
Expand Down

0 comments on commit 71a8890

Please sign in to comment.