Current section

Files

Jump to
alcove edoc setopt-4.edoc
Raw

edoc/setopt-4.edoc

@doc Set port options
== Examples ==
```
1> {ok, Drv} = alcove_drv:start().
{ok,<0.177.0>}
2> alcove:setopt(Drv, [], maxforkdepth, 128).
true
'''
@see getopt/3