Skip to content

emekoi/threadpool.zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

threadpool.zig

a naive threadpool for zig

usage

const std = @import("std");
const threadpool = @import("threadpool");

const debug = std.debug;
const mem = std.mem;
const assert = debug.assert;

pub fn main() !void {
    // TODO write example
}

About

a work stealing threadpool written in zig

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages