Darkskald

Results 6 comments of Darkskald

Big upvote for this here. I am implementing a driver for a laboratory balance, facing EXACTLY the same issue as above.

I created a [PR](https://github.com/ThreeDotsLabs/watermill/pull/403) that should solve that issue, unfortunately I confused 403 and 402... sorry for that!

I am facing exactly the same issue.

I don't now if this helps, but I implemented a AsyncWorker to use it with my multithreaded main runtime in a bigger app: ```rust pub struct AsyncWorker { handle: Option,...

> > I don't now if this helps, but I implemented a AsyncWorker to use it with my multithreaded main runtime in a bigger app: > > pub struct AsyncWorker...

> Would like to add clickable steps. They were added in #752 but removed by [9c39957](https://github.com/skeletonlabs/skeleton/commit/9c399576b871b10021a2d4f178b75c46279feb1a) any progess in this? That would be an amazing feature!