Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
v239-35
/
.
/
src
/
basic
/
async.h
blob: 3160613184b9653cc78c041d6c195623ef9ef18a [
file
] [
log
] [
blame
] [
raw
]
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma
once
int
asynchronous_job
(
void
*
(*
func
)(
void
*
p
),
void
*
arg
);
int
asynchronous_sync
(
pid_t
*
ret_pid
);
int
asynchronous_close
(
int
fd
);