Sign in
dart
/
dart_style
/
05d08d928bb850888144cbe7b2f3b72d24fccb92
/
.
/
test
/
tall
/
regression
/
0300
/
0382.unit
blob: 510e7eb15aadc5ae0948bb275b608a99ee80659c [
file
] [
log
] [
blame
]
>>>
Future
doThing
()
=>
pool
.
withResource
(()
{
// ...
});
<<<
Future
doThing
()
=>
pool
.
withResource
(()
{
// ...
});