Skip to content

randdane/concept_testing

Repository files navigation

concept_testing

Thread Testing

  • basic_threading.py

    • Using the normal style of threading to allow work while other threads have not returned.
  • dummy_threading.py

    • Using the threading map method within multiprocessing.dummy.
    • Simple, yet prevents processing until results are collected.
    • Reference
  • fork_and_thread.py

    • "Fork and then thread" - forks a dynamic number of processes, spawns a number of threads, and sends results to a queue.
  • multiple_threading_examples.py

    • ThreadPoolExecutor example.

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages