How to create a complex concurrent datasctructure in rust

前端 未结 0 1884
温柔的废话
温柔的废话 2020-12-30 18:03

I need a struct containing several fields that should be usable in a concurrent context.

struct Foo {
    number: u32,
    collection: Vec,
}


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题