Martín Góngora
Martín Andrés Góngora Milán (born June 27, 1980 in Paysandú) is an Uruguayan footballer currently playing for Gimnasia Concepcion in the Torneo Argentino A.
Personal information | |||
---|---|---|---|
Full name | Martín Andrés Góngora Milán | ||
Date of birth | June 27, 1980 | ||
Place of birth | Paysandú, Uruguay | ||
Height | 1.90 m (6 ft 3 in) | ||
Playing position(s) | Goalkeeper | ||
Club information | |||
Current team | Gimnasia Concepcion | ||
Number | 1 | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
2000–2005 | Bella Vista | ||
2006 | Guaraní | ||
2006–2007 | Danubio | ||
2007–2008 | Miramar Misiones | 13 | (0) |
2008–2009 | Juventud de Las Piedras | 24 | (0) |
2009–2010 | Racing de Montevideo | 7 | (0) |
2010–2011 | El Tanque Sisley | 28 | (0) |
2012 | Pelotas | 6 | (0) |
2012–2013 | Miramar Misiones | 34 | (0) |
2013 | Juventud de Las Piedras | 15 | (0) |
2014 | Mitre | 17 | (0) |
2015– | Gimnasia Concepcion | 10 | (0) |
National team | |||
1999 | Uruguay U-23 | 4 | (0) |
* Senior club appearances and goals counted for the domestic league only and correct as of 4 July, 2015 |
CLub career
On 16 December 2011, he signed a contract with Brazilian side Esporte Clube Pelotas to play the Campeonato Gaúcho.[1]
International career
In 1999, he was called by Luis Matosas to participate in the Uruguay U-23 squad for the 1999 Pan American Games in Canada.
gollark: Thanks. Apparently that works. Is there a way to *cancel* that task from the function which spawns it?
gollark: I think I'm missing something then. It says```rusterror[E0373]: async block may outlive the current function, but it borrows `ws`, which is owned by the current function --> src/connection.rs:40:23 |40 | task::spawn(async { | _______________________^41 | | let mut interval = stream::interval(Duration::from_secs(10));42 | | while let Some(_) = interval.next().await {43 | | ws.send_string("Hi".to_string()); | | -- `ws` is borrowed here44 | | }45 | | }); | |_____^ may outlive borrowed value `ws````
gollark: `WebSocketConnection` is not.
gollark: I found `async-scoped`, but it seems like that would either block the entire thread or possibly cause safety issues.
gollark: Hi. I'm trying to concurrently read from a websocket and do some things with that socket at an interval, with `async_std` and `tide-websocket`. I thought I could use `task::spawn` for this, but it seems to want that to only use `'static` things, which the websocket connection is not. What's the right way to do this?
References
- "Goleiro uruguaio Martín Góngora é apresentado". futeboldopelotas.blogspot.com. Retrieved 2011-12-16.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.