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