Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/lucee/lucee-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Jun 12, 2024
2 parents 0330eb6 + aa6fd07 commit 18ba9f0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
Binary file modified docs/_images/extension/websocket/websocketInfo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions docs/recipes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ Learn about the different file extensions supported by Lucee, including .cfm, .c

Overview of different mapping types in the file system.

## [Function Listener](/docs/recipes/function-listeners.md)

This document explains how to use a function listeners in Lucee.

## [Function SystemOutput #](/docs/recipes/function-systemoutput.md)

This document explains the systemoutput function with some simple examples.
Expand Down Expand Up @@ -168,6 +164,10 @@ The new CFDOCUMENT PDF engine, Flying Saucer in Lucee 5.3

How to pre-compile code for a production server while the source code is deployed to avoid compilation on the production server for security reasons.

## [Promises](/docs/recipes/promises.md)

This document explains how to use a fPromises in Lucee.

## [Query Async](/docs/recipes/query-async.md)

Learn how to execute queries asynchronously in Lucee. This guide demonstrates how to set up asynchronous query execution using a simple flag. Examples include defining async execution for queries and using local listeners to handle exceptions. Additionally, function listeners introduced in Lucee 6.1 can be used for this purpose.
Expand Down
25 changes: 13 additions & 12 deletions docs/recipes/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,18 +329,6 @@
"File system"
]
},
{
"file": "function-listeners.md",
"title": "Function Listener",
"path": "/docs/recipes/function-listeners.md",
"hash": "1c036e4c3566d30a20e51ae5e2f68520",
"keywords": [
"parallel",
"async",
"thread",
"function"
]
},
{
"file": "function-systemoutput.md",
"title": "Function SystemOutput #",
Expand Down Expand Up @@ -583,6 +571,19 @@
"Lucee"
]
},
{
"file": "promises.md",
"title": "Promises",
"path": "/docs/recipes/promises.md",
"hash": "c8ceb48597bee59dea24e6bf6d61ca09",
"keywords": [
"parallel",
"async",
"thread",
"function",
"romises"
]
},
{
"file": "query-async.md",
"title": "Query Async",
Expand Down

0 comments on commit 18ba9f0

Please sign in to comment.