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