Sign in
nest-open-source
/
nest-cam
/
4320010
/
faux-folly
/
105bcde253ca75a43c431b7249cfa1f21a5cf1d7
/
.
/
faux-folly
/
folly
/
futures
/
ScheduledExecutor.cpp
blob: 7f18c4e35c4bd095ce3f9140b1d90bdaa14ce342 [
file
] [
log
] [
blame
]
#include
<folly/futures/ScheduledExecutor.h>
namespace
folly
{
void
ScheduledExecutor
::
schedule
(
Func
&&
a
,
ScheduledExecutor
::
Duration
const
&
dur
)
{
scheduleAt
(
std
::
move
(
a
),
now
()
+
dur
);
}
}
// folly