Is there a .Net equivalent to java.util.concurrent.Executor?

后端 未结 5 2137
轻奢々
轻奢々 2021-02-20 01:35

Have a long running set of discrete tasks: parsing 10s of thousands of lines from a text file, hydrating into objects, manipulating, and persisting.

If I were implement

5条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-20 02:04

    For anyone looking for a more contemporary solution (as I was), check out the EventLoopScheduler class.

提交回复
热议问题