Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Anonymous Function Names

Anonymous Function Names

Scheduled Pinned Locked Moved C#
helplounge
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • O Offline
    O Offline
    obelisk29
    wrote on last edited by
    #1

    I am building a multi-threaded application with numerous amount of threads ---- The thing is for each thread it has to be a random name and I do not know howto to create and start random named threads ---- help is greatly appreciated Thanks

    P 1 Reply Last reply
    0
    • O obelisk29

      I am building a multi-threaded application with numerous amount of threads ---- The thing is for each thread it has to be a random name and I do not know howto to create and start random named threads ---- help is greatly appreciated Thanks

      P Offline
      P Offline
      Paul Evans
      wrote on last edited by
      #2

      Threads = headache Random threads = insane! Theortically you could create a hashmap or similar, create a random string value for the key and an instance of the thread for the value. That way you would have random names associated with the threads, plus you could still enumerate through the collection. Plus the collection could grow and shrink as necessary. But please... dont ;-) /********************************** Paul Evans, Dorset, UK. Personal Homepage "EnjoySoftware" @ http://www.enjoysoftware.co.uk/ **********************************/

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups