TCC: fix unblocking on the synchronous case.
Moreover the sync mode was optimized to avoid creating a module context, blocking the client in the 'bc' handle and so forth. We already know this is going a synchronous execution (unlike in the case of failing to spawn a thread), so we can just call the callback.
Please register or sign in to comment