Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information