File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 21
21
22
22
#define ZEND_ASYNC_API "TrueAsync API v0.3.0"
23
23
#define ZEND_ASYNC_API_VERSION_MAJOR 0
24
- #define ZEND_ASYNC_API_VERSION_MINOR 2
24
+ #define ZEND_ASYNC_API_VERSION_MINOR 3
25
25
#define ZEND_ASYNC_API_VERSION_PATCH 0
26
26
27
27
#define ZEND_ASYNC_API_VERSION_NUMBER \
@@ -339,7 +339,9 @@ typedef void (*zend_async_iterator_method_t)(zend_async_iterator_t *iterator);
339
339
/* The maximum number of concurrent tasks that can be executed at the same time */ \
340
340
unsigned int concurrency ; \
341
341
/* Priority for coroutines created by this iterator */ \
342
- int32_t priority ;
342
+ int32_t priority ; \
343
+ /* NULLABLE. Exception that stopped the iterator */ \
344
+ zend_object * exception ;
343
345
344
346
struct _zend_async_iterator_s {
345
347
ZEND_ASYNC_ITERATOR_FIELDS
You can’t perform that action at this time.
0 commit comments