From ab19904bd07cb57bde9b99cd255640c79d498014 Mon Sep 17 00:00:00 2001 From: BinCheng Date: Wed, 3 Feb 2021 01:39:31 +0800 Subject: [PATCH 1/5] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c9a0450..c3271aa 100644 --- a/README.md +++ b/README.md @@ -1466,8 +1466,15 @@ See also [Are we game yet?](https://arewegameyet.rs) * [nyx-space](https://crates.io/crates/nyx-space) - High fidelity, fast, reliable and validated astrodynamical toolkit library, used for spacecraft mission design and orbit determination [![Build Status](https://gitlab.com/chrisrabotin/nyx/badges/master/pipeline.svg)](https://gitlab.com/chrisrabotin/nyx/pipelines) ### Task scheduling -* [BinChengZhao/delay-timer](https://github.com/BinChengZhao/delay-timer) — delay-timer is a task manager based on a time wheel algorithm, which makes it easy to manage timed tasks, or to periodically execute arbitrary tasks such as closures. [![Cargo](https://img.shields.io/crates/v/delay_timer.svg)]( +* [BinChengZhao/delay-timer](https://github.com/BinChengZhao/delay-timer) — Time-manager of delayed tasks. Like crontab, but synchronous asynchronous tasks are possible, and dynamic add/cancel/remove is supported and based on a time wheel algorithm. +[![Build](https://github.com/BinChengZhao/delay-timer/workflows/Build%20and%20test/badge.svg)]( +https://github.com/BinChengZhao/delay-timer/actions) +[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)]( +https://github.com/BinChengZhao/delay-timer) +[![Cargo](https://img.shields.io/crates/v/delay_timer.svg)]( https://crates.io/crates/delay_timer) +[![Documentation](https://docs.rs/delay_timer/badge.svg)]( +https://docs.rs/delay_timer) ### Template engine From 4cd483687ea6bf1def38e8bb354ba826768096a7 Mon Sep 17 00:00:00 2001 From: BinCheng Date: Thu, 4 Feb 2021 18:16:59 +0800 Subject: [PATCH 2/5] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 6ccd505..619f615 100644 --- a/README.md +++ b/README.md @@ -1467,15 +1467,11 @@ See also [Are we game yet?](https://arewegameyet.rs) * [nyx-space](https://crates.io/crates/nyx-space) - High fidelity, fast, reliable and validated astrodynamical toolkit library, used for spacecraft mission design and orbit determination [![Build Status](https://gitlab.com/chrisrabotin/nyx/badges/master/pipeline.svg)](https://gitlab.com/chrisrabotin/nyx/pipelines) ### Task scheduling -* [BinChengZhao/delay-timer](https://github.com/BinChengZhao/delay-timer) — Time-manager of delayed tasks. Like crontab, but synchronous asynchronous tasks are possible, and dynamic add/cancel/remove is supported and based on a time wheel algorithm. +* [BinChengZhao/delay-timer](https://github.com/BinChengZhao/delay-timer) — Time-manager of delayed tasks. Like crontab, but synchronous asynchronous tasks are possible. [![Build](https://github.com/BinChengZhao/delay-timer/workflows/Build%20and%20test/badge.svg)]( https://github.com/BinChengZhao/delay-timer/actions) -[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)]( -https://github.com/BinChengZhao/delay-timer) [![Cargo](https://img.shields.io/crates/v/delay_timer.svg)]( https://crates.io/crates/delay_timer) -[![Documentation](https://docs.rs/delay_timer/badge.svg)]( -https://docs.rs/delay_timer) ### Template engine From 44718ca2ed99bec52bc9faded1a879063c112d3b Mon Sep 17 00:00:00 2001 From: BinCheng Date: Thu, 4 Feb 2021 18:23:05 +0800 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 619f615..e4b8117 100644 --- a/README.md +++ b/README.md @@ -1467,7 +1467,7 @@ See also [Are we game yet?](https://arewegameyet.rs) * [nyx-space](https://crates.io/crates/nyx-space) - High fidelity, fast, reliable and validated astrodynamical toolkit library, used for spacecraft mission design and orbit determination [![Build Status](https://gitlab.com/chrisrabotin/nyx/badges/master/pipeline.svg)](https://gitlab.com/chrisrabotin/nyx/pipelines) ### Task scheduling -* [BinChengZhao/delay-timer](https://github.com/BinChengZhao/delay-timer) — Time-manager of delayed tasks. Like crontab, but synchronous asynchronous tasks are possible. +* [delay-timer](https://github.com/BinChengZhao/delay-timer) — Time-manager of delayed tasks. Like crontab, but asynchronous tasks are possible. [![Build](https://github.com/BinChengZhao/delay-timer/workflows/Build%20and%20test/badge.svg)]( https://github.com/BinChengZhao/delay-timer/actions) [![Cargo](https://img.shields.io/crates/v/delay_timer.svg)]( From dfe8b633f60b6931d06bb9b5b61d03059c3705a1 Mon Sep 17 00:00:00 2001 From: BinCheng Date: Wed, 30 Jun 2021 14:06:32 +0800 Subject: [PATCH 4/5] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 7fcce5d..45c7884 100644 --- a/README.md +++ b/README.md @@ -1473,8 +1473,6 @@ See also [Are we game yet?](https://arewegameyet.rs) * [delay-timer](https://github.com/BinChengZhao/delay-timer) — Time-manager of delayed tasks. Like crontab, but asynchronous tasks are possible. [![Build](https://github.com/BinChengZhao/delay-timer/workflows/Build%20and%20test/badge.svg)]( https://github.com/BinChengZhao/delay-timer/actions) -[![Cargo](https://img.shields.io/crates/v/delay_timer.svg)]( -https://crates.io/crates/delay_timer) ### Template engine From 9daa4b832c75593623e4ea5e5a341ce47bb74cb3 Mon Sep 17 00:00:00 2001 From: BinCheng Date: Wed, 30 Jun 2021 14:27:16 +0800 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45c7884..170057f 100644 --- a/README.md +++ b/README.md @@ -1471,7 +1471,7 @@ See also [Are we game yet?](https://arewegameyet.rs) ### Task scheduling * [delay-timer](https://github.com/BinChengZhao/delay-timer) — Time-manager of delayed tasks. Like crontab, but asynchronous tasks are possible. -[![Build](https://github.com/BinChengZhao/delay-timer/workflows/Build%20and%20test/badge.svg)]( +[![Build](https://github.com/BinChengZhao/delay-timer/actions/workflows/rust.yml/badge.svg)]( https://github.com/BinChengZhao/delay-timer/actions) ### Template engine