summaryrefslogtreecommitdiff
path: root/taskflow/examples/share_engine_thread.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove sixTakashi Kajinami2022-05-181-2/+1
| | | | | | | | This library no longer supports Python 2, thus usage of six can be removed. This also removes workaround about pickle library used in Python 2 only. Change-Id: I19d298cf0f402d65f0b142dea0bf35cf992332a9
* Integrate futurist (and **remove** taskflow originating code)Joshua Harlow2015-07-091-2/+2
| | | | Change-Id: If89baa042695f19e42b6368034f3ccf22c2cf0aa
* Add a example showing how to share an executorJoshua Harlow2015-04-031-0/+81
To ensure that it is easily known how to share a futures executor across engines make an example that just does that so that people can easily reference an example when they need/want to do this. Part of blueprint share-engine-thread Part of blueprint more-examples Change-Id: I7a74da50d076157b9fbccdcbd6dff1b3b9cd93b6