mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Update references remove refs to treeder oracle funcy (#376)
* Remove lots of refs to iron and funcy oracle etc.. * more ref replacements * Replacing more refs. Treeder * Use Fn not FN
This commit is contained in:
committed by
Travis Reeder
parent
5219227393
commit
c7f3066c75
@@ -1,6 +1,6 @@
|
||||
# Detailed Usage
|
||||
|
||||
This is a more detailed explanation of the main commands you'll use in Oracle Functions as a developer.
|
||||
This is a more detailed explanation of the main commands you'll use in Fn as a developer.
|
||||
|
||||
### Create an Application
|
||||
|
||||
@@ -85,7 +85,7 @@ You should see it say `Hello Johnny!` now instead of `Hello World!`.
|
||||
|
||||
### Add an asynchronous function
|
||||
|
||||
Oracle Functions supports synchronous function calls like we just tried above, and asynchronous for background processing.
|
||||
FN supports synchronous function calls like we just tried above, and asynchronous for background processing.
|
||||
|
||||
[Asynchronous functions](async.md) are great for tasks that are CPU heavy or take more than a few seconds to complete.
|
||||
For instance, image processing, video processing, data processing, ETL, etc.
|
||||
|
||||
Reference in New Issue
Block a user