From 359a19ddf121c223c55d1f20066005d1beb74f0c Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Wed, 9 Jun 2021 22:23:55 +0200 Subject: [PATCH] Document _createMoorIsolate --- docs/pages/docs/Advanced Features/isolates.md | 3 +++ 1 file changed, 3 insertions(+) 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