From bff780c8fa1b3c2b6abc6aedee37894bc8d220d9 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Mon, 7 Mar 2022 07:37:19 -0800 Subject: [PATCH] News --- src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 52070a5..4bde82b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -135,6 +135,9 @@ See the `examples/` directory for more. * New method [View::message] to print a message to the terminal, as an alternative to using `write!()`. + +* New `example/multithreaded.rs` showing how a View and Model can be shared + across threads. */ #![warn(missing_docs)]