kyleedwardsny

Results 1 issues of kyleedwardsny

``` local coro = ::newthread(some_native_closure); ``` Ideally, this should Do The Right Thing and call the native closure with the arguments given to `call()`. If this can't be implemented, it...