mirror of
https://github.com/dlang/phobos.git
synced 2025-04-26 13:10:35 +03:00
Add std.parallelism.
This commit is contained in:
parent
083a91a627
commit
3cf67160b8
5 changed files with 3504 additions and 5 deletions
|
@ -36,6 +36,7 @@ public import std.md5;
|
|||
public import std.metastrings;
|
||||
public import std.mmfile;
|
||||
public import std.outbuffer;
|
||||
public import std.parallelism;
|
||||
public import std.path;
|
||||
public import std.perf;
|
||||
public import std.process;
|
||||
|
@ -85,6 +86,7 @@ version (all)
|
|||
isValidDchar(cast(dchar)0); // utf
|
||||
std.uri.ascii2hex(0); // uri
|
||||
std.zlib.adler32(0,null); // D.zlib
|
||||
auto t = task!cmp("foo", "bar"); // parallelism
|
||||
|
||||
ubyte[16] buf;
|
||||
std.md5.sum(buf,"");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue