From 9a179c52e93345af33764ce1d4c9912cbb204957 Mon Sep 17 00:00:00 2001 From: "hongwei.li" Date: Wed, 10 Aug 2022 13:52:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=89=88=E6=9D=83=E5=A3=B0?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/demo.rs | 3 +++ src/lib.rs | 1 + 2 files changed, 4 insertions(+) diff --git a/examples/demo.rs b/examples/demo.rs index f4d70bc..259e6ac 100644 --- a/examples/demo.rs +++ b/examples/demo.rs @@ -1,3 +1,5 @@ +// Copyright (C) 2022-2022 Agilor Co.,Ltd. All rights reserved. +// SPDX-License-Identifier: Apache-2.0 use async_executor::LocalExecutor; fn main() { struct PP; @@ -19,3 +21,4 @@ fn main() { .detach(); local_executor.run(); } + diff --git a/src/lib.rs b/src/lib.rs index 7aab6b8..0f317ed 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -106,3 +106,4 @@ impl Container { } } } + -- Gitee