We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e98e5eb + 70d3b0c commit 05f475fCopy full SHA for 05f475f
Zend/zend_async_API.c
@@ -537,7 +537,7 @@ ZEND_API void zend_async_waker_destroy(zend_coroutine_t *coroutine)
537
efree(waker);
538
}
539
540
-static void coroutine_event_callback_dispose(zend_async_event_callback_t *callback, zend_async_event_t * event)
+void coroutine_event_callback_dispose(zend_async_event_callback_t *callback, zend_async_event_t * event)
541
{
542
if (callback->ref_count > 1) {
543
// If the callback is still referenced, we cannot dispose it yet
0 commit comments