chainlet.concurrency package

Primitives and tools to construct concurrent chains

chainlet.concurrency.threads(element)

Convert a regular chainlink to a thread based version

Parameters:element – the chainlink to convert
Returns:a threaded version of element if possible, or the element itself