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.
1 parent a529da5 commit 7673bd3Copy full SHA for 7673bd3
lib/sync.dart
@@ -15,6 +15,7 @@ mixin class CoroutineExecutor {
15
_getOrAddCoroutine(coroutine);
16
}
17
18
+ @pragma('vm:always-consider-inlining')
19
Iterator<T> _getOrAddCoroutine<T>(Coroutine<T> coroutine) {
20
final int id = coroutine.hashCode;
21
if (_runningCoroutines[id] == null) {
0 commit comments