mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-18 01:48:10 +00:00
add custom scheduler
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
const std = @import("std");
|
||||
const c = @import("client.zig").c;
|
||||
|
||||
pub const Error = error {
|
||||
pub const Error = error{
|
||||
UnsupportedProtocol,
|
||||
FailedInit,
|
||||
UrlMalformat,
|
||||
@@ -201,7 +201,7 @@ pub fn fromCode(code: c.CURLcode) Error {
|
||||
};
|
||||
}
|
||||
|
||||
pub const Multi = error {
|
||||
pub const Multi = error{
|
||||
BadHandle,
|
||||
BadEasyHandle,
|
||||
OutOfMemory,
|
||||
|
||||
Reference in New Issue
Block a user