diff options
Diffstat (limited to 'std/async/pool.ts')
-rw-r--r-- | std/async/pool.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/async/pool.ts b/std/async/pool.ts index fc8517041..77ac8f0bd 100644 --- a/std/async/pool.ts +++ b/std/async/pool.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. /** * pooledMap transforms values from an (async) iterable into another async |