mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
ircd::fs::aio: Use defer to post the chaser.
This commit is contained in:
parent
58c5ac7855
commit
726f131cc2
1 changed files with 1 additions and 1 deletions
|
@ -723,7 +723,7 @@ ircd::fs::aio::system::submit(request &request)
|
|||
};
|
||||
|
||||
auto handler(std::bind(&system::chase, this));
|
||||
ircd::post(descriptor, std::move(handler));
|
||||
ircd::defer(descriptor, std::move(handler));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue