You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried structuring my code similarly to how your shared reader example is done, but it still seems to complain that Sync isn't implemented for Cell which is included in ReadHandle.
Put 1.70 in there (for instance if you want to pin against OnceLock stabilizing) and it will actually test 1.7 as it appears github auto converts this to a float?
Putting in quotes seems to do the right thing here
I've tried structuring my code similarly to how your shared reader example is done, but it still seems to complain that Sync isn't implemented for Cell which is included in ReadHandle.
I have a gist here https://gist.github.com/kszlim/9106a17199b54ab415e556f028e046ac. I'm not seeing what I'm messing up, sorry if this is the wrong place to ask for help.
The only deps I'm using are:
hyper = "0.12.20"
futures = "0.1.21"
evmap = "4.1.1"
The text was updated successfully, but these errors were encountered: