create_fence

Function create_fence 

Source
pub async fn create_fence<Conn>(
    conn: &Conn,
    drawable: Drawable,
    fence: Fence,
    initially_triggered: bool,
) -> Result<VoidCookie<'_, Conn>, ConnectionError>
where Conn: RequestConnection + ?Sized,