BunSpreader
BunSpreader copied to clipboard
Remove unnecessary Arc
MyQueue
is stored inside web::Data
that internally uses an Arc for reference counting so there is no need to do it twice.
Also I cleaned up imports after removing atomic.
Oh no, thtere is a conflict. I know someone made a change, but i am willing to merge thsi is that is still there.
Great potential place for seeing improvement.