Details
Description
Threaded transactions are manual in nature. They open when createThreadedTx is called and they are created then when closed, should not be re-used. If you need a new one you should call createdThreadedTx again. Those semantics are not enforced by TinkerPop anywhere i the test suite, but that's typically how this feature is used.