Re: disable "GPerl asked to invoke callback..." warning



On 02.03.2014 10:41, vividsnow wrote:
Is there a way to disable this warning:
"*** GPerl asked to invoke callback from a foreign thread; handing it
over to the main loop"
?

There is no easy way to disable the warning, no.  (The code in question
runs in a thread created outside of perl, so warn() and friends cannot
be used.)

But since there have been no reports of ill effects of the callback
transfer mechanism, I've just disabled the warning in the git repository.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]