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.
1 parent 81c871a commit fd2008eCopy full SHA for fd2008e
1 file changed
src/py_nif.erl
@@ -1244,9 +1244,9 @@ pool_stats() ->
1244
%% on the mode parameter. Returns a reference to the context and its
1245
%% interpreter ID for routing.
1246
%%
1247
-%% @param Mode `subinterp' or `worker'
+%% @param Mode `subinterp', `worker', or `owngil'
1248
%% @returns {ok, ContextRef, InterpId} | {error, Reason}
1249
--spec context_create(subinterp | worker) ->
+-spec context_create(subinterp | worker | owngil) ->
1250
{ok, reference(), non_neg_integer()} | {error, term()}.
1251
context_create(_Mode) ->
1252
?NIF_STUB.
0 commit comments