mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 01:58:16 +00:00
core/io: Untie MemoryIO's lifetime of the IO layer
This commit is contained in:
parent
79f8b83cbe
commit
d9bf383507
11 changed files with 23 additions and 33 deletions
|
@ -177,7 +177,7 @@ impl limbo_core::IO for IO {
|
|||
todo!();
|
||||
}
|
||||
|
||||
fn get_memory_io(&self) -> Option<Arc<limbo_core::MemoryIO>> {
|
||||
todo!()
|
||||
fn get_memory_io(&self) -> Arc<limbo_core::MemoryIO> {
|
||||
Arc::new(limbo_core::MemoryIO::new())
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue