MCPcopy Create free account
hub / github.com/bytedance/bolt / TestSplit

Method TestSplit

bolt/exec/tests/AsyncConnectorTest.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59class TestSplit : public connector::ConnectorSplit {
60 public:
61 explicit TestSplit(uint32_t delayMs)
62 : connector::ConnectorSplit(kTestConnectorId), delayMs_{delayMs} {
63 scheduler_.start();
64 }
65
66 ~TestSplit() override {
67 scheduler_.shutdown();

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected