Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 28 million developers.
Sign up-
Massachusetts Institute of Technology
- Cambridge, MA
- Sign in to view email
- https://thesquareplanet.com
Pinned repositories
2,631 contributions in the last year
Contribution activity
August 2018
Created a pull request in tokio-rs/tokio that received 4 comments
Use spawn_local to spawn from local Handles
Previously, every call to current_thread::Handle::spawn would go through a mpsc channel. This is unnecessary when the Handle is still on the same t…
+12
−5
•
4
comments
Created an issue in rusoto/rusoto that received 1 comment
0.33 breaks STS with EC2
Consider the following code, which used to work (modulo new_with vs new and such) in 0.32:
extern crate rusoto_core;
extern crate rusoto_ec2;
extern …
1
comment
8
contributions
in private repositories
Aug 20 – Aug 22