Multiple threads

Discussion in 'Rust Development' started by Umlaut, Oct 24, 2015.

  1. I need to exec multiple queries to the database. Can I use another thread?
    I'm using C#.
     
  2. Calytic

    Calytic Community Admin Community Mod

  3. Thank you! I want just execute sql queries, without accessing to unity. I will try native C# threads.