Skip to content

Commit

Permalink
BREAKING(async): remove deprecated deferred() (denoland#3852)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua authored and realpha committed Nov 24, 2023
1 parent 122ceaf commit dd48a07
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 93 deletions.
52 changes: 0 additions & 52 deletions async/deferred.ts

This file was deleted.

40 changes: 0 additions & 40 deletions async/deferred_test.ts

This file was deleted.

1 change: 0 additions & 1 deletion async/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
export * from "./abortable.ts";
export * from "./deadline.ts";
export * from "./debounce.ts";
export * from "./deferred.ts";
export * from "./delay.ts";
export * from "./mux_async_iterator.ts";
export * from "./pool.ts";
Expand Down

0 comments on commit dd48a07

Please sign in to comment.