Skip to content

Commit

Permalink
Fixed Multi Thread example (#784)
Browse files Browse the repository at this point in the history
Link field was not provided on struct Model
  • Loading branch information
Bert-Proesmans authored and jstarry committed Dec 8, 2019
1 parent 0e8ffcc commit def59a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/multi_thread/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ impl Component for Model {
let context_2 = context::Worker::bridge(callback);

Model {
link,
worker,
job,
context,
Expand Down

0 comments on commit def59a0

Please sign in to comment.