Skip to content

Commit 9995b1a

Browse files
Is the Concurrency facade still in beta? (#10424)
1 parent ca629f9 commit 9995b1a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

concurrency.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
<a name="introduction"></a>
88
## Introduction
99

10-
> [!WARNING]
11-
> Laravel's `Concurrency` facade is currently in beta while we gather community feedback.
12-
1310
Sometimes you may need to execute several slow tasks which do not depend on one another. In many cases, significant performance improvements can be realized by executing the tasks concurrently. Laravel's `Concurrency` facade provides a simple, convenient API for executing closures concurrently.
1411

1512
<a name="concurrency-compatibility"></a>

0 commit comments

Comments
 (0)