Skip to content

Commit

Permalink
Update README and LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
cometkim committed Jan 2, 2022
1 parent 10444e9 commit c03c643
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Hyeseong Kim <hey@hyeseong.kim>
Copyright (c) 2022 Hyeseong Kim <hey@hyeseong.kim>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# concurrently.macro
Transform your async function runs concurrently much as possible

[![Babel Macro](https://img.shields.io/badge/babel--macro-%F0%9F%8E%A3-f5da55.svg?style=flat-square)](https://github.com/kentcdodds/babel-plugin-macros)

Transforms your async function to be run concurrently much as possible.

## Features

- [ ] Bundles multiple await expressions into a single `Promise.all` expression
- [x] Simple dependency analysis
- [ ] Graph dependency analysis
- [x] Manually emit side-effects
- [ ] Limit maximum concurrency

## LICENSE

MIT

0 comments on commit c03c643

Please sign in to comment.