mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
[wpilib] Throw early when EventLoop is modified while running (#6115)
This commit is contained in:
@@ -38,5 +38,6 @@ class EventLoop {
|
||||
|
||||
private:
|
||||
std::vector<wpi::unique_function<void()>> m_bindings;
|
||||
bool m_running{false};
|
||||
};
|
||||
} // namespace frc
|
||||
|
||||
Reference in New Issue
Block a user