Baudoin Kanda

Baudouin Tshitungi Dieudonne Kanda (born 17 April 1993) is a Romanian footballer of Congolese descent who plays as a midfielder for Concordia Chiajna.[1]

Baudouin Kanda
Personal information
Full name Baudouin Tshitungi Dieudonne Kanda
Date of birth (1993-04-17) 17 April 1993
Place of birth Bucharest, Romania
Height 1.82 m (5 ft 11 12 in)
Playing position(s) Midfielder
Club information
Current team
Concordia Chiajna
Senior career*
Years Team Apps (Gls)
2010–2012 Dinamo II București 8 (0)
2012–2018 Dunărea Călărași 97 (25)
2019 UTA Arad 14 (2)
2019–2020 Farul Constanța 21 (3)
2020– Concordia Chiajna 0 (0)
National team
Romania U15
Romania U16
* Senior club appearances and goals counted for the domestic league only and correct as of 9 December 2019

Personal life

Kanda is of Congolese descent through his father who is a medical doctor at the Vitan Polyclinic. In 2008 when he was 15 years old, he was called up by coach Florin Cheran at Romania's under-15 national team, making him the first black Romanian footballer that represented the country internationally, regardless the age category.[2]

Honours

Dunărea Călărași
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

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.