You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,11 @@ data entries.
151
151
**❗ If adapter that you are looking for is not available yet, and you are willing to work on one, feel free to create one as a standalone repository.**
152
152
**Well designed and documented adapters can be pulled into `flow-php` organization that will give them maintenance and security support from the organization.**
153
153
154
+
## Asynchronous Processing
155
+
156
+
Flow PHP allows asynchronous processing that can drastically increase processing power.
157
+
Asynchronouse processing is still under development, latest progress is available in [flow-php/etl-async](https://github.com/flow-php/etl-async) repository.
0 commit comments