| 103 | }; |
| 104 | |
| 105 | static SerialExecutorGlobalState* GetSerialExecutorGlobalState() { |
| 106 | static SerialExecutorGlobalState state; |
| 107 | return &state; |
| 108 | } |
| 109 | |
| 110 | SerialExecutor* SerialExecutor::GetCurrentExecutor() { |
| 111 | return GetSerialExecutorGlobalState()->current_executor; |
no outgoing calls
no test coverage detected