mirror of https://github.com/AMT-Cheif/drift.git
Document _createMoorIsolate
This commit is contained in:
parent
684558a385
commit
359a19ddf1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue