mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-19 02:23:09 +00:00
Added EventLoopGroup API to native extension (#15)
This commit is contained in:
@@ -9,3 +9,7 @@ function aws_crt_error_name(int $error_code): string {}
|
||||
function aws_crt_error_str(int $error_code): string {}
|
||||
|
||||
function aws_crt_error_debug_str(int $error_code): string {}
|
||||
|
||||
function aws_crt_event_loop_group_new(int $max_threads): int {}
|
||||
|
||||
function aws_crt_event_loop_group_release(int $event_loop_group): void {}
|
||||
|
||||
Reference in New Issue
Block a user