Skip to content

Commit

Permalink
add some .txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Sadokhov committed Oct 29, 2024
1 parent dd639bc commit 7978d90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions builtin-functions/kphp-light/rpc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ function rpc_queue_empty ($queue_id ::: int) ::: bool;
/** @kphp-extern-func-info generate-stub */
function rpc_queue_next ($queue_id ::: int, $timeout ::: float = -1.0) ::: int | false;
/** @kphp-extern-func-info generate-stub */
function rpc_queue_push ($queue_id ::: int, $request_ids ::: mixed) ::: int;
/** @kphp-extern-func-info generate-stub */
function rpc_tl_pending_queries_count () ::: int;

function rpc_tl_query_result_synchronously ($query_ids ::: array) ::: mixed[][];
Expand Down Expand Up @@ -113,6 +115,9 @@ function rpc_server_store_response(@tl\RpcFunctionReturnResult $response) ::: vo
/** @kphp-extern-func-info tl_common_h_dep generate-stub */
function typed_rpc_tl_query_result_synchronously (int[] $query_ids) ::: @tl\RpcResponse[];

/** @kphp-extern-func-info tl_common_h_dep generate-stub */
function typed_rpc_tl_query_result_one (int $query_id) ::: @tl\RpcResponse;


/** @kphp-extern-func-info generate-stub can_throw */
function fetch_lookup_int () ::: int;
Expand Down

0 comments on commit 7978d90

Please sign in to comment.