mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
Cleanup usages of std::function<void(void)> (#5864)
This commit is contained in:
@@ -24,7 +24,7 @@ class HALSimWSClientConnection;
|
||||
|
||||
class HALSimWS : public std::enable_shared_from_this<HALSimWS> {
|
||||
public:
|
||||
using LoopFunc = std::function<void(void)>;
|
||||
using LoopFunc = std::function<void()>;
|
||||
using UvExecFunc = wpi::uv::Async<LoopFunc>;
|
||||
|
||||
HALSimWS(wpi::uv::Loop& loop, ProviderContainer& providers,
|
||||
|
||||
Reference in New Issue
Block a user