nhmk/examples
Amit Dhingra a49c9baffa
Replace schedule_work with queue_work
schedule_work adds work to global workqueue. In this example, we create a local workqueue. Use the local workqueue by calling queue_work(), instead of putting work on the global workqueue.
2023-10-07 16:32:26 +02:00
..
2022-02-21 00:53:29 +08:00
2023-03-24 11:36:33 +08:00
2023-10-07 16:32:26 +02:00
2021-08-08 01:24:59 +08:00
2021-09-04 17:53:29 +08:00
2022-11-04 01:16:14 +08:00
2022-04-19 01:54:24 +08:00
2022-04-19 01:54:24 +08:00