Add ProgramUniprocess to redbean (#364)

This commit is contained in:
Paul Kulchenko 2022-03-07 18:15:44 -08:00 committed by GitHub
parent 1e3c5e10ad
commit abac6f729c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

View file

@ -930,6 +930,10 @@ FUNCTIONS
someone with a slow internet connection who's downloading big
files unhappy.
ProgramUniprocess([bool]) → bool
Same as the -u flag if called from .init.lua. Can be used to
configure the uniprocess mode. The current value is returned.
Slurp(filename:str) → str
Reads file data from local file system.