BeamApp / Transit

Library to Bridge between JavaScript and iOS, OSX, Android
Other
150 stars 13 forks source link

GCD Support? #34

Open jwhitehorn opened 11 years ago

jwhitehorn commented 11 years ago

Does Transit not support GCD? I tried calling a Javascript function (a TransitFunction) from a GCD block scheduleded off the main thread and Transit threw an exception.

I don't have the exception on me ATM (I'm on my phone), but I was curious if this was a known limitation? If so is there some underlying technical reason for this?

Glad to dig up the error message if that helps.