Skip to content

Commit bff780c

Browse files
committed
News
1 parent 7a3c61b commit bff780c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ See the `examples/` directory for more.
135135
136136
* New method [View::message] to print a message to the terminal, as an alternative
137137
to using `write!()`.
138+
139+
* New `example/multithreaded.rs` showing how a View and Model can be shared
140+
across threads.
138141
*/
139142

140143
#![warn(missing_docs)]

0 commit comments

Comments
 (0)