Declare support for async 2.0.0.
Pool.withResource() now takes () => FutureOr<T>.
Add Pool.done.
Fix another strong-mode warning.
Fix a bug when withResourse() was called immediately before close().
Fix strong mode warnings.
Internal changes only.
Add Pool.close().