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 13, 2024
2 parents 72cddc2 + 27a4b28 commit 796c214
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions docs/recipes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ Learn about the different file extensions supported by Lucee, including .cfm, .c

Overview of different mapping types in the file system.

## [Function Listeners](/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 @@ -164,10 +168,6 @@ 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
26 changes: 13 additions & 13 deletions docs/recipes/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,19 @@
"File system"
]
},
{
"file": "function-listeners.md",
"title": "Function Listeners",
"path": "/docs/recipes/function-listeners.md",
"hash": "3eed91e1b537a74fa845a7d74746fad9",
"keywords": [
"parallel",
"async",
"thread",
"function",
"romises"
]
},
{
"file": "function-systemoutput.md",
"title": "Function SystemOutput #",
Expand Down Expand Up @@ -571,19 +584,6 @@
"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 796c214

Please sign in to comment.