Skip to content

Commit

Permalink
Some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
clementetb committed Oct 22, 2023
1 parent 1ec6d03 commit 19ab70a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,10 @@ expect object RealmInterop {
fun realm_config_set_in_memory(config: RealmConfigurationPointer, inMemory: Boolean)
fun realm_schema_validate(schema: RealmSchemaPointer, mode: SchemaValidationMode): Boolean

fun realm_create_scheduler(name: String = "no-name"): RealmSchedulerPointer
fun realm_create_scheduler(name: String = "noname"): RealmSchedulerPointer
fun realm_create_scheduler(
dispatcher: CoroutineDispatcher,
name: String = "no-name"
name: String = "noname"
): RealmSchedulerPointer

/**
Expand Down

0 comments on commit 19ab70a

Please sign in to comment.