From ae67851f11b7cc1f577de8ce21767ce3e2c7aff9 Mon Sep 17 00:00:00 2001 From: bdonlan Date: Mon, 23 Nov 2020 10:42:50 -0800 Subject: time: use intrusive lists for timer tracking (#3080) More-or-less a half-rewrite of the current time driver, supporting the use of intrusive futures for timer registration. Fixes: #3028, #3069 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9bf58b4a..dd4972ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -260,6 +260,7 @@ jobs: - loom_pool::group_b - loom_pool::group_c - loom_pool::group_d + - time::driver steps: - uses: actions/checkout@v2 - name: Install Rust -- cgit v1.2.3