duemunk / Async

Syntactic sugar in Swift for asynchronous dispatches in Grand Central Dispatch
MIT License
4.59k stars 316 forks source link

Fix visibility of AsyncGroup constructor #78

Closed eneko closed 8 years ago

eneko commented 8 years ago

AsyncGroup constructor must be public for it to be used when Async is in a separate module than the main application.