blob: 510e7eb15aadc5ae0948bb275b608a99ee80659c [file] [log] [blame]
>>>
Future doThing() => pool.withResource(() {
// ...
});
<<<
Future doThing() => pool.withResource(() {
// ...
});