inline42

Results 7 issues of inline42

Suppose I am doing something like: ``` class graph_manager { graph_manager() = default; public: static tbb::task_group_context& context() { static tbb::task_group_context ctx; return ctx; }; static tbb::flow::graph& g() { static tbb::flow::graph...

Hello, Could you please help me solve this issue, I am getting this issue when I build my solution in VS: LINK : fatal error LNK1104: cannot open file 'tbb12_debug.lib'...

Hello, I just discovered (sadly) that putting Serial in a node has nothing to do with the order of the received message, which I totally understand and couldn't think of...

Suppose I am doing lambda inside a input_node: queue is a concurrent_queue. const auto fetcher = [this](flow_control& control) { if (kill) control.stop(); shared_ptr res; while (!queue.try_pop(res) && !kill) {}; return...

Hello everyone, I have built tbb in both debug and release mode, I generated msvc_19.31_cxx_64_md_debug and msvc_19.31_cxx_64_md_release, as well as x64 folder. I also put ***\oneTBB\include as an additional include...

help wanted

Hello, How to make edges between nodes belonging to different graphs please? Say I have to graphs g1 and g2 and nodes n1(g1) and another node n2(g2) one referecing g1...

I read this: https://github.com/openssl/openssl/blob/master/NOTES-WINDOWS.md 1. I cloned the repo: https://github.com/openssl/openssl.git 2. I downloaded perl and when I excute: ```perl -v``` I get output below, ``` This is perl 5, version...

triaged: question
resolved: answered