We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Currently it looks like this:
let self = process_queue.self(); ^^^^ `self` value is only available in methods with `self` parameter
Rewording a bit like "self value is a keyword only available in methods with self parameter" would read a bit better and would be more explicit.
self