summaryrefslogtreecommitdiffstats
path: root/tokio
AgeCommit message (Expand)Author
2019-12-18stream: add `next` and `map` utility fn (#1962)Artem Vorotnikov
2019-12-18sync: encapsulate TryLockError variants (#1980)Carl Lerche
2019-12-18Improve runtime threading options docsDouman
2019-12-18rt: add configuration for core threads and max threads (#1977)Douman
2019-12-18sync: add broadcast channel (#1943)Carl Lerche
2019-12-17sync: add Semaphore (#1973)Michael P. Jung
2019-12-17sync: print MutexGuard inner value for debugging (#1961)yim7
2019-12-17rt: fix blocking pool shutdown logic (#1978)Carl Lerche
2019-12-17time: impl Stream for DelayQueue (#1975)Ruben De Smet
2019-12-17rt: avoid dropping a task in calls to wake() (#1972)Carl Lerche
2019-12-17docs: correct grammar (#1968)Kelly Thomas Kline
2019-12-14Fix typo in sync documentation (#1942)Vlad-Shcherbina
2019-12-14Enable the `full` feature when compiled for the playground (#1960)Jake Goulding
2019-12-13time: stream throttle (#1949)Artem Vorotnikov
2019-12-13chore: remove benches and fix/work around clippy lints (#1952)Artem Vorotnikov
2019-12-13Re-enable writev support in TcpStreams (#1956)Sean McArthur
2019-12-11chore: fix the outdated example in README (#1930)nickelc
2019-12-11chore: fix thread_pool benchmarks (#1947)Carl Lerche
2019-12-10io: add AsyncSeek trait (#1924)Michael Howell
2019-12-10Add Mutex::try_lock and (Unbounded)Receiver::try_recv (#1939)Michael P. Jung
2019-12-10fix spawn function documentation (#1940)Juan Alvarez
2019-12-09sync::Mutex: Fix typo in documentation (#1934)Danilo Bargen
2019-12-09sync::Mutex: Add note about the absence of poisoning (#1933)Danilo Bargen
2019-12-06chore: prepare v0.2.4 release (#1917)Carl Lerche
2019-12-06sync: fix Mutex when lock future dropped before complete (#1902)Michael P. Jung
2019-12-06doc: expand on runtime / spawn docs (#1914)Carl Lerche
2019-12-06prepare v0.2.3 release (#1912)Carl Lerche
2019-12-06doc: fix TcpListener example to compile (#1911)Carl Lerche
2019-12-06Close markdown (#1910)Jeremy Kolb
2019-12-05time: impl From between std / tokio Instants (#1904)Steven Fackler
2019-12-05task: fix `LocalSet` failing to poll all local futures (#1905)Eliza Weisman
2019-12-04time: Remove `HandlePriv` (#1896)Kevin Leimkuhler
2019-12-04task: fix infinite loop when dropping a `LocalSet` (#1892)Eliza Weisman
2019-12-04Make JoinError Sync (#1888)Artem Vorotnikov
2019-12-03Fixing minor spelling mistake in task docs (#1889)Christopher Coverdale
2019-12-03Add unit tests for tokio::File::AsRaw{Fd,Handle} for Unix and Windows. (#1890)Xinkai Chen
2019-12-02task: relax 'static bound in `LocalSet::block_on` (#1882)Eliza Weisman
2019-12-02io: add async fns for reading / writing bufs (#1881)Carl Lerche
2019-12-01blocking: fix `spawn_blocking` after shutdown (#1875)Carl Lerche
2019-12-01doc: fix documented feature flags for tokio::task (#1876)Carl Lerche
2019-12-01sync: expand oneshot docs and `TryRecvError` (#1874)Carl Lerche
2019-11-30process: rewrite and simplify the issue_42 test (#1871)Ivan Petkov
2019-11-30io: read/write big-endian numbers (#1863)Carl Lerche
2019-11-30doc: improve AsyncBufReadExt API documentation (#1868)Carl Lerche
2019-11-30net: expose `TcpStream::poll_peek` (#1864)Carl Lerche
2019-11-30doc: expand `mpsc::Sender::send` API documentation (#1865)Carl Lerche
2019-11-30doc: add API docs for AsyncBufReadExt::read_line (#1866)Carl Lerche
2019-11-29chore: prepare v0.2.2 release (#1857)Ivan Petkov
2019-11-29rt: fix `basic_scheduler` notification bug (#1861)Carl Lerche
2019-11-29docs: Mention features for basic_scheduler, threaded_scheduler (#1858)Ömer Sinan Ağacan