We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4179815 commit d253efaCopy full SHA for d253efa
docs/task_scheduler_migration.md
@@ -44,7 +44,7 @@ Replace methods that used to
44
```
45
and make them use
46
```cpp
47
- base::ThreadsRestrictions::AssertIOAllowed();
+ base::ThreadRestrictions::AssertIOAllowed();
48
49
50
The TaskScheduler API intentionally doesn't provide a
0 commit comments