DK
Size: a a a
DK
S
AW
S
BD
BD
Z
Z
kernel32-sys нужное уже есть в winapi крейтеЭ
Э
Э

Э
type CallbackTimer<F> = (smol::Timer, F);
impl<F> Future for CallbackTimer<F>
where
F: FnOnce(),
{
type Output = ();
fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> {
self.0.poll(cx).map(|_| { (self.1)(); } )
}
}
S
OA
Э
OA
AV
sccache --show-stats и увидел что у меня у самого не работало...В
В
AV