Lines Matching refs:token
8 is to use tokens. In a token-based system, a limited number of tokens
10 the graph until it can be paired with an available token. When a message
11 is retired from the graph, its token is released, and can be paired with
15 The ``oneapi::tbb::parallel_pipeline`` algorithm relies on a token-based system. In
44 A token-based system can be created by using reserving join_nodes.
109 In the above code, you can see that the ``function_node`` returns the token
110 back to the ``buffer_node``. This cycle in the flow graph allows the token
114 buffered in the ``input_node``, awaiting a token to be paired with.
118 use any type for a token, including objects or pointers to arrays.
133 ``multifunction_node``, you can choose to recycle or not recycle a token, or
138 A token based system is therefore very flexible. You are free to declare
139 the token to be of any type and to inject or remove tokens from the
141 concurrency in the system. Since you can pair the token with an input at