luvit / lit

Toolkit for developing, sharing, and running luvit/lua programs and libraries.
http://lit.luvit.io/
Apache License 2.0
245 stars 58 forks source link

Adds shutdown check to coro-channel close #227

Closed SinisterRectus closed 7 years ago

SinisterRectus commented 7 years ago

Addresses issue #224.

SinisterRectus commented 7 years ago

Notice that previously only err was returned when it should have been bool, err. I made this change in addition to checking for a successful shutdown. I don't know why certain shutdowns fail.