wiki: https://github.com/bang590/JSPatch/wiki
- Block
block( 'int, MyClass *', function( paramA, paramB) { //do something } );
// double is not supported, number of parameters must not greatter than 6.
- dispatch_after() dispatch_async_main() dispatch_sync_main() dispatch_async_global_queue()
e.g.
dispatch_async_main( function() { //do something } );