diff --git a/docs/pages/docs/Advanced Features/isolates.md b/docs/pages/docs/Advanced Features/isolates.md index 0bad1896..daaace4d 100644 --- a/docs/pages/docs/Advanced Features/isolates.md +++ b/docs/pages/docs/Advanced Features/isolates.md @@ -135,6 +135,9 @@ class _IsolateStartRequest { } ``` +Here, you can use `DatabaseConnection.delayed(_createMoorIsolate())` to obtain a +`DatabaseConnection` to use in your database. + ### Shutting down the isolate Since multiple `DatabaseConnection`s can exist to a specific `MoorIsolate`, simply calling